arduino / arduino-language-server

An Arduino Language Server based on Clangd to Arduino code autocompletion
GNU Affero General Public License v3.0
133 stars 11 forks source link

Improve performance of language server #98

Closed per1234 closed 1 year ago

per1234 commented 2 years ago

Describe the current behavior

Declaring a function and writing an invocation fast enough doesn't show that function in the autocomplete window right away

Describe the request

Results are updated more quickly.

Desktop

Additional context

Originally reported at https://github.com/arduino/arduino-language-server/issues/46#issuecomment-759338860

Related