-
Notifications
You must be signed in to change notification settings - Fork 1
Workspace Symbol Provider
Si Dunford edited this page Dec 9, 2021
·
1 revision
The Workspace Symbol Provider provides symbols used by all files in a workspace.
OPTION | STATE | ENABLED | NOTES |
---|---|---|---|
Symbols | -x:wsym | EXPERIMENTAL Some features incomplete |
Implementation State
SYMBOL | PARSER | VISITOR | SYMBOL TABLE | NOTES |
---|---|---|---|---|
Const | ✔️ | ✔️ | ✔️ | |
Enum Name | ✔️ | ✔️ | ✔️ | |
Field | ✔️ | ✔️ | ✔️ | |
For Local | ❌ | |||
Function Args | ❌ | ❌ | ||
Function Name | ✔️ | ✔️ | ✔️ | |
Global | ✔️ | ✔️ | ✔️ | |
Include | ❌ | |||
Import | ❌ | |||
Interface Name | ✔️ | ✔️ | ✔️ | |
Local | ✔️ | ✔️ | ✔️ | |
Method Args | ❌ | ❌ | ||
Method Name | ✔️ | ✔️ | ✔️ | |
Struct Name | ✔️ | ✔️ | ✔️ | |
Type Name | ✔️ | ✔️ | ✔️ |