browntarik
browntarik
Ok, given that context, I believe this may be the result of a VS Code Bug: https://github.com/microsoft/vscode/issues/204039 This should be fixed if you download the latest VS Code Insiders. Could...
Thank you for submitting your issue. For now, you can document multiple parameters using multiple param tags. For example: `/// @param a - integer` `/// @param b - integer` We...
Could you please provide the output from the C/C++: Log Diagnostics Command that appears after opening the file you mentioned.  Since I am not easily able to reproduce your...
compile_commands.json should be picked up unless you have a compilerPath set in c_cpp_properties.json or if there’s some error in querying the compiler. Could you please provide the log diagnositics via...
As a workaround, you should be able to set the compilerPath in c_cpp_properties.json
Could you please provide a more thorough explanation of the feature with examples? This will help us get a better understanding of what you would like to see.
Thank you for your request. Please track this issue for further updates.
Just to clarify are you saying that you cannot use the go to definition command to navigate to the addNumbers function within the same .cpp file? If so, I have...
After further investigation, it looks like go to def is actually dependent on information from seeing the file open and certain database information that may not be available at the...
Thank you for letting us know about your issue, after investigating further a fix should be out the in the next pre-release version of the extension (1.19.3)