You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
Implement app extensions for extending Develop's capabilities. I'm planning on three types of extensions for now:
Code editor plugins: Plugins that integrate specifically with the code editor. Can be either a background service (eg: language server) or a plugin with a UI
Project view plugins: Extends the project view with more features
Template plugins: Provides project and item templates
The same app should be able to provide multiple plugins. App Service will be used for communication however we should provide a wrapper Windows Runtime API to simplify the developer's work.
The text was updated successfully, but these errors were encountered:
Implement app extensions for extending Develop's capabilities. I'm planning on three types of extensions for now:
The same app should be able to provide multiple plugins. App Service will be used for communication however we should provide a wrapper Windows Runtime API to simplify the developer's work.
The text was updated successfully, but these errors were encountered: