CodeEdit API
  • Introduction
  • Getting Started
    • Creating an Extension
    • Developing an Extension
    • Publishing an Extension
    • Debugging an Extension
  • Guides
    • Building a Completion Extension
    • Building a Treeview Extension
    • Creating a Custom UI
  • API Reference
    • API Object Model
    • CodeEdit Environment
      • Clipboard
    • Workspace
    • TextEditor
      • TextDocument
      • TextEdit
      • Selection
      • Position
      • Range
    • CompletionProvider
      • Context
    • HoverProvider
    • TreeProvider
    • Scope
    • Commands
    • FileSystem
    • Language Server
  • Activation Events
  • Best Practices
  • FAQ
Powered by GitBook
On this page
Edit on GitHub

FAQ

Find answers to commonly asked questions.

PreviousBest Practices

Last updated 3 years ago

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 .

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 page.

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

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

Discord
GitHub Issues
GitHub Issues