Please, provides support for Arduino and AVR with coc-extension #2238
Replies: 5 comments 1 reply
-
I need it too |
Beta Was this translation helpful? Give feedback.
-
Same, i need it too |
Beta Was this translation helpful? Give feedback.
-
yea... with espressif/esp support |
Beta Was this translation helpful? Give feedback.
-
If you end up here searching for a way to make Vim work with Arduino via CoC then using the official Arduino Language Server of the Arduino IDE v2 (still in beta at time of writing) is the way to go. There is an example snippet of the coc-settings.json to make this work. |
Beta Was this translation helpful? Give feedback.
-
I would love this as well. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I tried to use
coc-clangd
but it was complicated to adjust and also when I tried to compile the project. I think it misses a lot things to be acceptable for using as a development tool for AVR (Arduino is a product that uses an AVR microcontrollers and the name of the product varies according to the type of used AVR microcontroller. However, Arduino has a lot of package that may be simplified the implementation of extension).Describe the solution you'd like
I suggest
coc-avr
or at leastcoc-arduino
extension for support AVR programming which include Arduino support. There is a VS Code plugin for arduino vscode-arduinoBeta Was this translation helpful? Give feedback.
All reactions