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
Describe the bug
When typing just above a function '/**' and pressing enter, it tries to pick the function type. But in C++, usually private/public/protected prefixes are being used. So trying to autofill the @return parameter is just useless.
Describe the bug
When typing just above a function '/**' and pressing enter, it tries to pick the function type. But in C++, usually private/public/protected prefixes are being used. So trying to autofill the @return parameter is just useless.
Code example
public string Exemple() { }
Expected result
Actual result
Screencaps
Not necessary
Your System:
Additional context
The text was updated successfully, but these errors were encountered: