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
After indexing the TS project, I use a Java library for parsing, and I can obtain the local variable names and their corresponding type names. However, I want to further locate the type definition positions to retrieve the type definition information. How should I proceed? Because the documentation for local variable symbols only provides the type names, it does not specify the file path where the type definition is located.