Canot ressolve intellisense with namespace alias. #7747
Answered
by
sean-mcmanus
Alfi Maulana (threeal)
asked this question in
Q&A
|
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 |
Answered by
sean-mcmanus
Jun 28, 2021
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?