Overview of Context Autocompletion Words Extension
mainThe Context Autocompletion Words Extension enhances the autocompletion system by automatically extracting symbols from files currently in the context. It identifies function names, class names, variables, and constants, ensuring that the AI or developer has immediate access to relevant identifiers as they work.
Key capabilities include:
- Real-time updates: The autocompletion dictionary is updated automatically as files are added to or removed from the context.
- Broad language support: Uses tree-sitter parsing to support over 18 programming languages.
- Definition filtering: Automatically filters extracted symbols to include only definitions (
kind='def'), such as functions, classes, methods, and variables.