1.17.7 • Published 2 years ago

touchbarvscode v1.17.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

☕️ Buy Me a Coffee - YooMoney

«Touch Bar Pro» extention for macbook pro

This extension adds a few useful features to your Macbook Pro's touch bar while you are working in VSCode.

Screen examples:

  • Touchbar Example 1
  • Touchbar Example 2
  • Touchbar Example 3
  • Touchbar Example 4
  • Touchbar Example 5
  • Touchbar Example my set

Settings example 1:

{
  "touchBar.foldAll": true
}

Settings example 2:

{
  "touchBar.foldAll": false,
  "touchBar.rename": false,
  "touchBar.copyLinesDownAction": false,
  "touchBar.toggleZenMode": false,
  "touchBar.closeOtherEditors": false,
  "touchBar.dayTheme": "Visual Studio Light",
  "touchBar.nightTheme": "Community Material Theme Darker High Contrast"
}

Settings example 3:

{
  "keyboard.touchbar.ignored": [
    "play",
    "workbench.action.debug.start",
    "workbench.action.debug.run",
  ],
  "touchBar.foldAll": false,
  "touchBar.rename": false,
  "touchBar.copyLinesDownAction": false,
  "touchBar.closeOtherEditors": false,
}

Alert

You can choose the buttons by adjusting the following settings. Please bear in mind the limit of 3-8 active buttons. More than that will break the layout and the buttons will be invisible.

VScode settings

You can disabled default VScode buttons for more space

{
  "keyboard.touchbar.ignored": [
    "play",
    "workbench.action.debug.start",
    "workbench.action.debug.run",
    "workbench.action.navigateBack",
    "workbench.action.navigateForward",
  ],
}

Settings

You can turn on/off every buttons or group

ButtonPropertiesDefault valueTypeGroupe
→ƒ ReftouchBar.goToReferencestruebooleangroup_1
⬓ TermtouchBar.terminalfalsebooleangroup_2
✎ RenametouchBar.renametruebooleangroup_1
⤭ ClosetouchBar.closeOtherEditorstruebooleangroup_2
□ ZentouchBar.toggleZenModetruebooleangroup_2
⊙ TargettouchBar.showActiveFileInExplorerfalsebooleangroup_2
⇊ ImportstouchBar.organizeImportsfalsebooleangroup_1
⇠ FoldAlltouchBar.foldAllfalsebooleangroup_3
⇢ UnFoldtouchBar.unfoldAllfalsebooleangroup_3
☰↓ CopytouchBar.copyLinesDownActiontruebooleangroup_1
touchBar.showActivityBarfalseboolean
npm.iotouchBar.showExplorertruebooleanactivityBar
npm.iotouchBar.searchtruebooleanactivityBar
npm.iotouchBar.scmtruebooleanactivityBar
npm.iotouchBar.debugtruebooleanactivityBar
npm.iotouchBar.extensionstruebooleanactivityBar
Day / NighttouchBar.themeTogglefalsebooleanthemeToggle

Theme preference

SettingsPropertiesDefault valueType
touchBar.dayThemetouchBar.dayThemeVisual Studio LightString
touchBar.nightThemetouchBar.nightThemeVisual Studio DarkString