Skip to content

How can we add an extension to Arduino IDE 2.0? #239

Closed
@raspiduino

Description

@raspiduino

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

Activity

ubidefeo

ubidefeo commented on Mar 20, 2021

@ubidefeo

@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

raspiduino commented on Mar 20, 2021

@raspiduino
Author

Thanks anyway!

per1234

per1234 commented on Oct 28, 2021

@per1234
Contributor

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

self-assigned this
on Nov 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @ubidefeo@per1234@raspiduino

      Issue actions

        How can we add an extension to Arduino IDE 2.0? · Issue #239 · arduino/arduino-ide