Michelle Matias
Michelle Matias
1. Set the `C_Cpp.doxygen.generatedStyle` to either `/**` or `/*!` and set `C_Cpp.doxygen.generateOnType` to true. 2. Type the Doxygen style over a function. Actual result: Doxygen comment stub is not generated....
Feature requested on Visual Studio at https://developercommunity.visualstudio.com/t/support-dir-optional-attribute-of-doxygen-param/1112281 **Feature details:** This is a feature request to support parsing of the direction (or **‘[‘dir’]’**) optional attribute of the Doxygen command **\param '[‘dir’]'**...
Add the new compiler option `/feature`. This option enables certain ARM64 architecture features when targeting an Arm A-Profile architecture extension. Update the arguments of compiler option `/arch` (ARM64) to include...
Issue found from internal usage of extensions. 1. Install the following Windows SDK from VS 16.7 preview.  2. In Cmake configuration, select "Windows SDK version 10.0.18362.0 to target Windows...
**Expected result (behavior from Visual Studio):** The parameter type and variable are displayed for a function.  **Actual result:** Only the type of the parameter is displayed for a function....
**Type: LanguageService** **Describe the bug** Searching symbols by "#" in command palette cannot file all of the matched items. Seems to be an issue on Mac. Found by internal testing.
Bug type: Language Service 
**Issue:** If "Go to definition" is done on a generic function, the language server only returns the generic implementation. **Expected behavior:** "Go to definition" returns the other specialized definition of...