Environment
OS and Version: Windows 10
VS Code Version: 1.84.2
C/C++ Extension Version: v1.18.5
Bug Summary and Steps to Reproduce
Bug Summary:
According to this, 'F1 -> Insert snippets' can be used to hide snippets from suggestion. But for now it not work for c++ snippets.
Steps to reproduce:
- Create an empty folder. Open the folder. Create a empty
file.cpp.
- Type 'for' and see there is exist suggestion to insert 'for' snippet.
- F1 -> Insert snippets.
- See error: there is no 'for' snippet in the list, so there is no way to hide it.
Configuration and Logs
Other Extensions
No response
Additional context
No response