Canot ressolve intellisense with namespace alias. #7747
-
say i have the following code on the header. namespace something
{
class SomeClass;
void some_function();
...
} And then i include it in another files, write namespace smt = something;
When i write |
Beta Was this translation helpful? Give feedback.
Answered by
sean-mcmanus
Jun 28, 2021
Replies: 1 comment 7 replies
-
I don't repro the issue on Windows or Linux. Can you provide more info? |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
threeal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't repro the issue on Windows or Linux. Can you provide more info?