Releases: AMEST/vscode-ngram-code-suggester
Releases · AMEST/vscode-ngram-code-suggester
v1.1.2
v1.1.1
v1.1.0
- Context-Aware Code Suggestions — The extension analyzes your open project files to offer relevant code suggestions based on their content and suggestions from pre-trained model.
- Smart Trigger Characters — Option when suggestions appear only after typing specific trigger characters (e.g., ., =, (), improving performance and reducing distractions on very large models.
- Fuzzy Search — Option enable fuzzy search with smoothing when model small and trained only on own code base.
- Model Training Support — The repository includes links and instructions for training your own suggestion models.