githubEdit

FAQ

Find answers to commonly asked questions.

chevron-rightWhat languages are supported by the CodeEdit extension architecture?hashtag

CodeEdit supports JavaScript and TypeScript for extension development. React is also supported for the creation of custom interfaces.

chevron-rightDoes CodeEdit support the same extension API as VS Code?hashtag

No. CodeEdit has its own API.

While there are necessary differences in the API, much of the functionality exposed in the VS Code API is also exposed in CodeEdit. This means it is often possible to port VS Code extensions with minimal effort.

chevron-rightWhere can I ask for help with building an extension?hashtag

For help with questions related to building extensions, please visit our Discordarrow-up-right.

CodeEdit is built by a team of volunteers as an open source project. Please be considerate and respectful of those who freely give their time.

chevron-rightI think I found a bug. Where can I report the issue?hashtag

Please report any suspected bugs to our GitHub Issuesarrow-up-right page.

chevron-rightI would like to suggest a new extension API feature. Where can I give feedback?hashtag

New features can be suggested on our GitHub Issuesarrow-up-right page.

Please read existing issues first and try to avoid making duplicate requests. Instead, add feedback to an existing issue. This frees up the community to spend more time on development and better prioritize specific features.

Last updated