-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
👀 Extension Architecture / API #76
Copy link
Copy link
Open
Labels
PRIORITYThis issue has priority over other issues.This issue has priority over other issues.clarification neededFurther information is requestedFurther information is requestedenhancementNew feature or requestNew feature or requestextensionsIssues related to the extension architecture in CodeEditIssues related to the extension architecture in CodeEdithelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
PRIORITYThis issue has priority over other issues.This issue has priority over other issues.clarification neededFurther information is requestedFurther information is requestedenhancementNew feature or requestNew feature or requestextensionsIssues related to the extension architecture in CodeEditIssues related to the extension architecture in CodeEdithelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
📋 Todo
Overview
Support for extensions is planned for a future release of CodeEdit. The extension system will provide similar capabilities to that of other editors.
Contributing
If you wish to contribute to building the CodeEdit extension architecture, please see the tasks below and review the relevant parts of the API documentation repository. This documentation should be used as the guide for development.
PLEASE NOTE THE DOCUMENTATION IS STILL WORK IN PROGRESS. TASKS AND THEIR RELATED GITHUB ISSUES WILL BE UPDATED AS THE RELEVANT DOCUMENTATION IS COMPLETED.
Each API feature functionality first needs to be built into CodeEdit so that it can be used internally by the application and then later exposed to extensions through the API.
Tasks
References