arduino / arduino-language-server

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

Fix wrong textDocument/completion references #81

Closed cmaglie closed 3 years ago

cmaglie commented 3 years ago

The textDocument/completion response does not report the correct coordinates while working on a .ino file, this PR should fix the issue.