CodeEdit API
CtrlK
  • 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.

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

version: string

The version of CodeEdit.

workspaces: Workspace[]

Properties

clipboard: Clipboard

A Clipboard instance.

PreviousAPI Object ModelNextClipboard

Last updated 3 years ago