-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Go to definition and intellisense #3549
Copy link
Copy link
Closed
Labels
Feature: Go to DefinitionAn issue related to Go to Definition/Declaration.An issue related to Go to Definition/Declaration.Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fixregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Milestone
Metadata
Metadata
Assignees
Labels
Feature: Go to DefinitionAn issue related to Go to Definition/Declaration.An issue related to Go to Definition/Declaration.Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fixregressionA bug that didn't exist in a previous releaseA bug that didn't exist in a previous release
Type: LanguageService
Describe the bug
Code as above.
A small bug: symbol behind #ifndef can't go to definition. I think it's the same with symbols behind "goto".
If DT_VOID isn't defined, symbol P and ulLen can't go to definition and it doesn't show wave line under symbol "DT_VOID".