sean
Whole Tomato Software
USA
2817 Posts |
Posted - Jun 22 2017 : 6:08:25 PM
|
Visual Studio 2017 introduced C++ support for EditorConfig. Use of EditorConfig in C++ files can cause Visual Studio to hang when executing Visual Assist refactoring and code generation commands.
The hang occurs when VA opens a file that is not already open as part of the executed command. It can be mitigated by opening the files manually; for example, open both the header file and source file before executing a command like Change Signature on a class method.
Update 2017.09.20: This is anticipated to be addressed in VS2017 15.5. |
Edited by - sean on Dec 28 2017 2:58:44 PM |
|