Giter VIP home page Giter VIP logo

vscode-autohide's Introduction

*This project is in maintenance mode. It does everything I need. I will accept PRs for new features, but I won't be adding any new features myself

Auto Hide

Extension install page: https://marketplace.visualstudio.com/items?itemName=sirmspencer.vscode-autohide

Features

Auto-hide side bar

Causes the side bar to be hidden whenever the user clicks into the text editor.

I highly recommend trying the sidebar on the right side. The side bar does not so when on the left, the editor text will shift when the side panel opening and closing.

Auto-hide side bar

Auto-hide bottom panel

Same thing as above, except for the bottom panel (output, terminal, etc. are contained in the panel).

Settings

  • autoHide.autoHideSideBar: Hide the side bar when the user clicks into a text editor. [boolean, default: true]
  • autoHide.autoHidePanel: Hide the panel (output, terminal, etc.) when the user clicks into a text editor. [boolean, default: true]
  • autoHide.autoHideReferences: Hide the References panel (Go to References) when the user clicks into a text editor. [boolean, default: true]
  • autoHide.sideBarDelay: How long to wait before hiding the side bar. A delay prevents text from being selected. A longer delay allows the horizontal scroll to adjust to the change in selection before the side bar hiding causes the horizontal scroll to adjust, avoiding conflicts. [number, default: 450]
  • autoHide.panelDelay: How long to wait before hiding the panel. Same as for the side bar when the panel is on the side. If the panel is on the bottom, there is no need for delay. [number, default: 300]
  • autoHide.hideOnOpen: Hide side bar and panel when VSCode first opens. [boolean, default: false]

Commands

  • autoHide.toggleHideSideBar: Toggle autoHide.autoHideSideBar setting for current workspace. Use this command to pin/unpin the side bar.
  • autoHide.toggleHidePanel: Toggle autoHide.autoHidePanel setting for current workspace. Use this command to pin/unpin the panel.

Developing

  1. Clone/download repo: https://github.com/sirmspencer/vscode-autohide.git
  2. Make code changes in "src" folder.
  3. Run "npm run compile". (this will start compiler in watch mode) [if editing in vscode, Ctrl+Shift+B also works]
  4. In vscode, open the Debug panel and launch the extension from there.

Publishing

Get access token

https://dev.azure.com/

login

vsce login [username]

Publish package

vsce package
vsce publish

https://code.visualstudio.com/api/working-with-extensions/publishing-extensionn>

Credit to 'VTools for Visual Studio Code'

This extension is a heavily modified version of: https://marketplace.visualstudio.com/items?itemName=venryx.vscode-vtools

vscode-autohide's People

Contributors

sirmspencer avatar mehyaa avatar sr-tream avatar bot-man-jl avatar ivribalko avatar

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.