Skip to content

Reduce the amount of calls for code suggestions

Tim Zallmann requested to merge tz-limit-code-suggestions-calls into main

A first iteration for VSCode to limit the amount of calls for code suggestions based on:

  • Minimum length of 10 characters
  • Cursor is at end of line or after cursor are only special charcters

This should reduce the amount of calls for completions that have anyhow no chance for successfull completion. This is a first iteration to gather already numbers on impact and needs to be implemented next into LS.

Merge request reports

Loading