editorconfig-visualstudio icon indicating copy to clipboard operation
editorconfig-visualstudio copied to clipboard

EditorConfig Visual Studio Addin

Results 32 editorconfig-visualstudio issues
Sort by recently updated
recently updated
newest added

One example: opening https://github.com/dotnet/roslyn/blob/32a8f40cec5d917a1356d694c6d0310ce502d5ee/src/Compilers/CSharp/Portable/Symbols/MissingMetadataTypeSymbol.cs as a single file (not csproj) from local filesystem. #### Message: Unhandled exception at 0x1DCC1F76 (EditorConfigWrapper.dll) in devenv.exe: Stack cookie instrumentation code detected a stack-based buffer...

I noticed that if I open 2 VS instances in parallel, each loading a project with different `.editorconfig` settings, the last VS instance to open "wins", by overriding the global...

From time to time, Editorconfig crashes with a core error on files named like StackTractExplorerEditor.Bozepih when compiliong. The extension name may vary. The file comes from Resharper, but I am...

```ini root = true [*] end_of_line = crlf charset = utf-8 insert_final_newline = true indent_style = space trim_trailing_whitespace = true ; 4-column space indentation [*.{cs,js,ts,html,cshtml,aspx}] indent_style = space indent_size =...

Hello, I originally downloaded the roslyn / .editorConfig file and found it caused this extension to crash and opened this issue: https://github.com/dotnet/roslyn/issues/17914 From that discussion it sounds like [.cs] should...

Does not work: ``` ini # Xml config files [*.{props,targets,ruleset,config,nuspec,resx,vsixmanifest,vsct}] indent_size = 2 ``` Works (found the limit to be this length): ``` ini # Xml config files [*.{props,targets,ruleset,config,nuspec,resx,vsix}] indent_size...

e.g `Add > Class` will open a file with the default indentation settings

bug
refactored version

I was just going over [the release notes of VS 2017](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) and noticed this: > New in RC Visual Studio editor now supports EditorConfig, which allows developers to define and...

I don't know if this is a limitation or bug in the editor or the whole plug-in, but specifying `utf-16le` or `utf16-be` results in a warning in the _Error List_...

In the current version on master, doing any refactorings with resharper often introduces mixed or bad indentation. This is due to the more aggressive unloading of settings.

bug
refactored version