T O P I C R E V I E W |
DerChris |
Posted - Jul 19 2023 : 02:27:08 AM I edited a VA Snippet to create (C#); /////////////////////////////////////////////////// /*
*/ ///////////////////////////////////////////////////
with shortcut ///
But outside a function (when I need the snipped) VS 2019 code completes with: /// <summary> /// /// </summary>
How to prevent that? |
2 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 19 2023 : 10:03:51 AM Yes, you are running into the IDE adding XML comment blocks to functions. I am glad you have found the solution, and thank you for the update. |
DerChris |
Posted - Jul 19 2023 : 03:10:17 AM Found it: https://stackoverflow.com/questions/65243331/how-to-disable-comment-autocomplete-of-in-c-for-visual-studio |