-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
extensibilityissues to simplify ability to extend Theiaissues to simplify ability to extend Theiavscodeissues related to VSCode compatibilityissues related to VSCode compatibility
Description
Feature Description:
VS Code severely limits the things plugins can do, we might become a more attractive alternative for the "fork VS Code" crowd if we offered richer UI in a separate theia
API namespace like
- Global selection
If we had the concept of a "global selection" or "navigator selection", it would allow us to have views that show "details" for what's selected somewhere else. - Wizards
We could allow plugins to define wizards and dialogs.
Before we could do this, though, we would have to clean up the plugin engine to
- separate the
theia
andvscode
namespaces - allow for using
theia
andvscode
namespaces in parallel.
ndoschekngfelixl and IamLunchbox
Metadata
Metadata
Assignees
Labels
extensibilityissues to simplify ability to extend Theiaissues to simplify ability to extend Theiavscodeissues related to VSCode compatibilityissues related to VSCode compatibility