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
  1. API Reference

CodeEdit Environment

Represents the CodeEdit application environment.

PreviousAPI Object ModelNextClipboard

Last updated 3 years ago

An instance of the CodeEdit environment is always available as the codeedit global.

version: string

The version of CodeEdit.

workspaces: []

Properties

clipboard:

A instance.

Workspace
Clipboard
Clipboard