Enhance Extension Support in Replit IDE by Enabling Manipulation of UI and CodeMirror IDE

Describe your feature request:

I would like to request the addition of extension support in Replit IDE that allows extensions to manipulate the UI interface and CodeMirror IDE. Currently, extensions can only create new tabs with their own HTML. By allowing extensions to manipulate the UI and IDE, developers can create more powerful and flexible tools that can enhance the development experience in Replit.

What problem(s) would this feature solve?

Currently, the extension support in Replit IDE is limited, and developers can only create simple tools that work within the constraints of the IDE. By enabling extensions to manipulate the UI and IDE, developers can create more sophisticated and powerful tools that can enhance the development experience in Replit. This feature would enable developers to create extensions that work more like those in other IDEs like VSCode, making Replit more versatile and capable.

2 Likes

Replit Extensions aren’t released to everyone yet - just explorers. They’ve also been in closed alpha for a while. So, it’s safe to say that they aren’t finished. Unless things have changed, it is planned to allow extensions to interact with the Codemirror IDE and other places in the editor via APIs.

5 Likes

that’s right @DillonB07, we will be adding support for editor extensions soon

1 Like