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
when having a templated function in C++, the plugin will repeat the line in order to show a line for each option
Example:
In here I have an enum that have 4 possible values
I know that this plugin only does as the lsp says it to, but I think it should also check it is not repeating lines. Because the C++ lsp wont change it's behavior as there technically are 4 definitions here
The text was updated successfully, but these errors were encountered:
when having a templated function in C++, the plugin will repeat the line in order to show a line for each option
Example:
In here I have an enum that have 4 possible values
I know that this plugin only does as the lsp says it to, but I think it should also check it is not repeating lines. Because the C++ lsp wont change it's behavior as there technically are 4 definitions here
The text was updated successfully, but these errors were encountered: