You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some extra unwanted completions (which are snippets) for a struct variable as the image below:
If I type dot after a struct pointer, no struct variables show up. Even if type a struct member after the dot, the dot will not transfer to '->'. But in VSCode with clangd plugin, If I type dot after a struct pointer, struct variables will show up, and the dot will transfer to '->' correctly.
The text was updated successfully, but these errors were encountered:
There are some extra unwanted completions (which are snippets) for a struct variable as the image below:
If I type dot after a struct pointer, no struct variables show up. Even if type a struct member after the dot, the dot will not transfer to '->'. But in VSCode with clangd plugin, If I type dot after a struct pointer, struct variables will show up, and the dot will transfer to '->' correctly.
The text was updated successfully, but these errors were encountered: