Closed
Description
Is your feature request related to a problem? Please describe.
I always want to try adding an extension to Arduino IDE
Describe the solution you'd like
Somehow to add an extension to the Editor.
Describe alternatives you've considered
None
Additional context
What can the extension be written in? Javascript or any other languages?
If this feature is available now, can you add an example?
Thanks for any help
Metadata
Metadata
Assignees
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
ubidefeo commentedon Mar 20, 2021
@raspiduino
we have a way of supporting VS Code extensions but we will not support the ones not developed by us.
If you develop an extension and it causes the user to break the IDE or lose work we cannot be responsible for it.
This is the main reason why we do not advertise this feature.
You can look at documentation for Theia and develop extensions in TypeScript
raspiduino commentedon Mar 20, 2021
Thanks anyway!
per1234 commentedon Oct 28, 2021
Support for extending the IDE capabilities via an analog to the classic Arduino IDE "tools" system is being tracked here: #58 and one for VSX support here: #207