Git Product home page Git Product logo

touchbar-vision's Introduction

«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

Button Properties Default value Type Groupe
→ƒ Ref touchBar.goToReferences true boolean group_1
⬓ Term touchBar.terminal false boolean group_2
✎ Rename touchBar.rename true boolean group_1
⤭ Close touchBar.closeOtherEditors true boolean group_2
□ Zen touchBar.toggleZenMode true boolean group_2
⊙ Target touchBar.showActiveFileInExplorer false boolean group_2
⇊ Imports touchBar.organizeImports false boolean group_1
⇠ FoldAll touchBar.foldAll false boolean group_3
⇢ UnFold touchBar.unfoldAll false boolean group_3
☰↓ Copy touchBar.copyLinesDownAction true boolean group_1
touchBar.showActivityBar false boolean
touchBar.showExplorer true boolean activityBar
touchBar.search true boolean activityBar
touchBar.scm true boolean activityBar
touchBar.debug true boolean activityBar
touchBar.extensions true boolean activityBar
Day / Night touchBar.themeToggle false boolean themeToggle

Theme preference

Settings Properties Default value Type
touchBar.dayTheme touchBar.dayTheme Visual Studio Light String
touchBar.nightTheme touchBar.nightTheme Visual Studio Dark String

touchbar-vision's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.