madskristensen / EditorConfigLanguage

A Visual Studio extension
Other
129 stars 37 forks source link

Tag "csharp_style_expression_bodied_lambdas" not recognized #86

Closed obohaciak closed 3 years ago

obohaciak commented 4 years ago

Installed product versions

Description

The tag "csharp_style_expression_bodied_lambdas" is not recognized yet. Source: C# code style settings -> Expression-bodied members

Steps to recreate

  1. Add "csharp_style_expression_bodied_lambdas= true:suggestion" to .editorconfig

Current behavior

Tag is underlined (EC112).

Expected behavior

Tag should be recognized similar to "csharp_style_expression_bodied_methods" and should offer popup description when hovering on it with mouse.

obohaciak commented 4 years ago

Similar to issue #76 reported by @HugoRoss, perhaps could be fixed together?