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

Integrating the arduino-language-server with arduino-cli on daemon mode #101

Closed cagucor closed 2 years ago

cagucor commented 3 years ago

My current project involves creating a web-editor which supports arduino programming by using the arduino-cli running remotely and communicating using the daemon mode.

At the moment I am in the planning stages, so my so my knowledge is still basic and I do not fully understand how the arduino-language-server integrates with the arduino-cli. As I am a bit overwhelmed, I was wondering if anyone had any pointers on how I could achieve this?

Any help is much appreciated!