Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.64 KB

faq.md

File metadata and controls

51 lines (27 loc) · 1.64 KB
description
Find answers to commonly asked questions.

FAQ

What languages are supported by the CodeEdit extension architecture?

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

Does CodeEdit support the same extension API as VS Code?

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.

Where can I ask for help with building an extension?

For help with questions related to building extensions, please visit our Discord.

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.

I think I found a bug. Where can I report the issue?

Please report any suspected bugs to our GitHub Issues page.

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

New features can be suggested on our GitHub Issues 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.