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
std::vector<std::string> v;
// more code here
return v;
It will not highlight the occurences of v variable if I select it (I guess because it is not a word). But it will be good if there is an option to highlight one-char variables too.
The text was updated successfully, but these errors were encountered:
Example (C++ code):
It will not highlight the occurences of
v
variable if I select it (I guess because it is not a word). But it will be good if there is an option to highlight one-char variables too.The text was updated successfully, but these errors were encountered: