EditorConfigLanguage icon indicating copy to clipboard operation
EditorConfigLanguage copied to clipboard

A Visual Studio extension

Results 34 EditorConfigLanguage issues
Sort by recently updated
recently updated
newest added

### Installed product versions - Visual Studio: 2022 All Versions ### Description Make the extension available in Visual Studio 2022. ### Steps to recreate 1. Download the extension installer. 2....

### Installed product versions - Visual Studio: 2019 - This extension: 1.17.288 ### Description There is a missing of intellisense support for .NET naming rules between: - dotnet_naming_rule - dotnet_naming_symbols...

### Installed product versions - Visual Studio: 2019 16.7.7 - This extension: 1.17.286 ### Description On top of the basic `key = value` syntax of .editorconfig, the .NET compilers (C#,...

I am using Visual Studio 2019 v16.11, whenever I try to add a new rule to .editorConfig, the extension causes Visual Studio to reboot. I cannot use this extension at...

related: https://github.com/dotnet/roslyn/issues/52661 both the new Editorconfig UI in VS 16.10 and the extension in this repo register editor factories to handle the editorconfig file type - [roslyn registraton](https://github.com/dotnet/roslyn/blob/c213dff4a5a824e85e1a6938945a45aebb104a11/src/VisualStudio/Core/Def/PackageRegistration.pkgdef#L33-L35) - [extension...

After creating the .editorConfig file with this extension, if I go to "Add Missing Rules" then select "All", does not add all rules. The resulting file has 92 lines, while...

### Installed product versions - Visual Studio: 2019 Enterprise - This extension: 1.17.284 ### Description This is more of a question. How should I handle EC120 warnings? ``` Warning EC120...

### Installed product versions - Visual Studio: Visual Studio 2019 v16.10.0 - This extension: 1.17.288 ### Description * I started typing a command into an `.editorconfig` file and as soon...

### Installed product versions - Visual Studio: 2019 Enterprise 16.10 - This extension: 1.17.288 ### Description .globalconfig is missing intellisense and code highlighting.