@vandenberghinc/vide

1.3.3 • Public • Published

VIDE

VInc Code Editor.

Bergh-Encryption Bergh-Encryption Bergh-Encryption Bergh-Encryption Bergh-Encryption



Shortcuts.

Cmd stands for control or command on apple. Alt stands for alt or option on apple.

  • Cmd + /: Comment or uncomment selection or active line.
  • Tab: Add indent level.
  • Shift + Tab: Remove indent level.
  • Cmd + w: close window
  • Cmd + 1...9: Switch to editor tab.
  • Cmd + Alt + 1...9: Switch to sidebar tab.
  • Cmd + Alt + Arrow Left: Fold the currently focused foldable section.
  • Cmd + 1 + Arrow Left: Fold code by indent level, the 1 can be any digit. First press Cmd + 1 and then combine with Arrow Left. The key left from the 1 and digit 0 are used to fold indent level 0.
  • Cmd + 1 + Arrow Right: Unfold code by indent level, the 1 can be any digit. First press Cmd + 1 and then combine with Arrow Right. The key left from the 1 and digit 0 are used to unfold indent level 0.
  • Cmd + =: Increase font.
  • Cmd + -: Decrease font.
  • Cmd + 0: Restore font.
  • Cmd + I: Reformat indent of selection or active line.
  • Cmd + L: Go to line.
  • Cmd + O: Open spotlight search.
  • Cmd + Shift + O: Open new project.
  • Cmd + F: Local search.
  • Cmd + R: Local replace.
  • Cmd + Shift + F: Global search.
  • Cmd + Shift + R: Global replace.
  • Cmd + .: Toggle show hidden files.
  • Cmd + S: Save project.
  • Cmd + B: Build project.
  • Cmd + P: Push project.

Global find and replace.

The Where field can be used to determine specific folders, sub paths of the projects main path can be used. Multiple items are seperated by a comma. To ignore certain files precede the path with a !.

Readme

Keywords

none

Package Sidebar

Install

npm i @vandenberghinc/vide

Weekly Downloads

0

Version

1.3.3

License

none

Unpacked Size

2.94 MB

Total Files

89

Last publish

Collaborators

  • vandenberghinc