Jump to where a symbol is defined
file:///workspace/main.py)| Symbol Type | What You Get |
|---|---|
| Function | The def statement where function is defined |
| Class | The class statement where class is defined |
| Variable | The line where variable is first assigned |
| Import | The source file of the imported module/symbol |
| Method | The method definition inside the class |
| Property | The @property decorated method |
| Code | Reason | Solution |
|---|---|---|
FILE_NOT_FOUND | File doesn’t exist | Verify file path |
INVALID_POSITION | Position out of bounds | Check line/character values |
NO_DEFINITION_FOUND | No symbol at position | Move cursor to a valid symbol |
EXTERNAL_DEFINITION | Symbol defined in external library | Not available for external packages |
WORKSPACE_NOT_LOADED | Workspace still indexing | Wait and retry |
| Tier | Requests/Hour | Requests/Day |
|---|---|---|
| Free | 20 | 100 |
| Hobby | 500 | 5,000 |
| Pro | 5,000 | 50,000 |
| Enterprise | Unlimited | Unlimited |