Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICodeMirror

The CodeMirror interface.

Hierarchy

  • ICodeMirror

Index

Properties

CodeMirror

CodeMirror: typeof CodeMirror

A singleton CodeMirror module, rexported.

ensureVimKeymap

ensureVimKeymap: () => Promise<void>

A function to allow extensions to ensure that the vim keymap has been imported

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

Generated using TypeDoc