All Projects → Venryx → vscode-vtools

Venryx / vscode-vtools

Licence: MIT license
A collection of small tools for Visual Studio Code.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-vtools

vscode-stylelint-plus
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint, support auto fix on save.
Stars: ✭ 32 (+60%)
Mutual labels:  vscode-extension
icie
Competitive programming IDE-as-a-VS-Code-plugin
Stars: ✭ 81 (+305%)
Mutual labels:  vscode-extension
vscode-ibmi
IBM i development extension for VS Code
Stars: ✭ 122 (+510%)
Mutual labels:  vscode-extension
vscode-Nyan-Cat
Nyan Cat for VSCode!
Stars: ✭ 37 (+85%)
Mutual labels:  vscode-extension
vscode-tenkawa-php
Visual Studio Code extension integrating Tenkawa PHP language server.
Stars: ✭ 28 (+40%)
Mutual labels:  vscode-extension
vscode-guides
An extension for more guide lines
Stars: ✭ 64 (+220%)
Mutual labels:  vscode-extension
vscode-settings
vscode(Visual Studio Code) 相关设置、使用技巧等整理
Stars: ✭ 16 (-20%)
Mutual labels:  vscode-extension
vscode-chat
Chat with your team while you collaborate over code using VS Live Share
Stars: ✭ 496 (+2380%)
Mutual labels:  vscode-extension
pine-script-syntax-highlighting
Syntax Highlighting for Pine Script
Stars: ✭ 58 (+190%)
Mutual labels:  vscode-extension
highlight-words
vscode extension to highlight all occurrences of words or expression
Stars: ✭ 32 (+60%)
Mutual labels:  vscode-extension
terrastate
Visual Studio Code extension to monitor/deploy/destroy Terraform resources in workspace
Stars: ✭ 70 (+250%)
Mutual labels:  vscode-extension
lwc-builder
VSCode Extension to kickstart Lightning Web Component development.
Stars: ✭ 15 (-25%)
Mutual labels:  vscode-extension
lix.vscode
Visual Studio Code extension for lix
Stars: ✭ 16 (-20%)
Mutual labels:  vscode-extension
vscode-qiita
🔍 Smart Qiita integration for Visual Studio Code
Stars: ✭ 31 (+55%)
Mutual labels:  vscode-extension
getx snippets extension
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 142 (+610%)
Mutual labels:  vscode-extension
iridium
💎 Growing collection of VS Code extensions with a fancy name
Stars: ✭ 39 (+95%)
Mutual labels:  vscode-extension
language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+695%)
Mutual labels:  vscode-extension
DataverseDevTools-VSCode
The all-in-one tool to develop code for Dataverse/Dynamics 365. Helps you connect to a Dataverse environment, generate TypeScript definitions for entities, create a different type of Dataverse-specific projects, and much more.
Stars: ✭ 18 (-10%)
Mutual labels:  vscode-extension
powerplatform-vscode
The Power Platform VSCode extension makes it easy to manage Power Platform environments and allows the developer to create, build and deploy Power Platform solutions, packages and portals.
Stars: ✭ 74 (+270%)
Mutual labels:  vscode-extension
vscode-appsync-resolver-autocomplete
Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
Stars: ✭ 21 (+5%)
Mutual labels:  vscode-extension

VTools for Visual Studio Code

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

Features

Auto-hide side-bar

Causes the side-bar to be hidden whenever the user clicks outside of it. (technically, when the user changes the text-editor selection)

Auto-hide side-bar

Auto-hide bottom-bar

Same thing as above, except for the bottom-bar (output, terminal, etc.).

Settings

  • vtools.autoHideSideBar: Causes the side-bar to be hidden whenever the user clicks outside of it. [boolean, default: false]
  • vtools.autoHideBottomBar: Causes the bottom-bar (output, terminal, etc.) to be hidden whenever the user clicks outside of it. [boolean, default: false]
  • vtools.autoHideDelay: How many milliseconds to wait before hiding the side/bottom bars, after clicking outside of them. (helps solve the unintended-selection issue -- especially when scrolled to the right) [number, default: 300]

Alternatives

The open-source ecosystem works best when software alternatives are easy to find.

The below are plugins providing functionalities similar to...

Developing

  1. Clone/download repo: https://github.com/Venryx/vscode-vtools.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. Not sure what command to use in the command-line. In vscode, I open the Debug panel and launch the extension from there.

Publishing

  1. Increment the version number in package.json.
  2. Add an entry to the changelog for the new version.
  3. Run "npm publish". (this publishes to npm, and runs "vsce publish", which adds the new version to the vscode marketplace)

Note: If "vsce" doesn't exist, run "npm i -g vsce". If login not-set/invalid (or PAT expired), run "vsce login [your publisher name]", and supply a non-expired PAT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].