Skip to content

Releases: AMEST/vscode-ngram-code-suggester

v1.1.2

10 Dec 19:10
99f9793

Choose a tag to compare

So minor update:

  • Try fix extension readme. Table broken when render in vs code marketplace
  • Add icon for extension

v1.1.1

19 Nov 11:45
226adc3

Choose a tag to compare

Minor updates:

  • Migratee pre-trained model to LFS
  • Update readme (for extension and for repository)

v1.1.0

04 Nov 08:20
d5fff20

Choose a tag to compare

  • 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.