editorconfig / editorconfig-visualstudio

EditorConfig Visual Studio Addin
http://editorconfig.org
Other
353 stars 75 forks source link

'Quick Actions' gets Visual Studio stuck in some kind of loop #47

Closed stijnherreman closed 3 months ago

stijnherreman commented 8 years ago

Using Visual Studio 2015 with the bleeding edge version of the extension.

When trying to use the Quick Actions menu, either via the lightbulb icon or via the shortcut, Visual Studio gets stuck in some kind of loop where the lightbulb icon flickers. The only way to get rid of it is by forcibly closing Visual Studio.

.editorconfig at solution level

root = true

[*]
charset = utf-8
indent_size = 4
indent_style = tab
tab_width = 4
end_of_line = crlf
insert_final_newline = false
trim_trailing_whitespace = true

Example: focus