All Projects → svipas → vscode-control-snippets

svipas / vscode-control-snippets

Licence: MIT license
Disable or enable VS Code's built-in snippets and manually installed snippets from extensions.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-control-snippets

NumericUpDownLib
Implements numeric up down WPF controls to edit/display values (byte, integer, short, ushort etc.) with a textbox and optional up/down arrow (repeat) buttons. Value editing is possible by dragging the mouse vertically/horizontally, clicking up/down buttons, using up/down or left right cursor keys, spinning mousewheel on mouseover, or editing th…
Stars: ✭ 68 (+58.14%)
Mutual labels:  control
twig.vim
Twig syntax highlighting, indentation, neocomplete and UltiSnips snippets in Vim
Stars: ✭ 30 (-30.23%)
Mutual labels:  snippets
linden-scripting-language
Linden Scripting Language (LSL / Second Life) files for your editor.
Stars: ✭ 53 (+23.26%)
Mutual labels:  snippets
STM32 TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an STM32F/L/H/G/WB/MP1-based board. These STM32F/L/H/G/WB/MP1 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micr…
Stars: ✭ 27 (-37.21%)
Mutual labels:  control
middleman-snippets
⚡ Library of commonly used snippets for Middleman websites
Stars: ✭ 27 (-37.21%)
Mutual labels:  snippets
htmlrecipes
A collection of quick copy HTML snippets for a variety of common scenarios.
Stars: ✭ 113 (+162.79%)
Mutual labels:  snippets
30 Seconds Of Code
Short JavaScript code snippets for all your development needs
Stars: ✭ 89,121 (+207158.14%)
Mutual labels:  snippets
AXIOM-Remote
A device to control AXIOM cameras.
Stars: ✭ 24 (-44.19%)
Mutual labels:  control
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+2.33%)
Mutual labels:  control
Reactor-and-Turbine-control-program
This is my Reactor- and Turbine control program for ComputerCraft and BigReactors
Stars: ✭ 18 (-58.14%)
Mutual labels:  control
vim-snipp-snapp-snut-and-the-legend-continues
💇 (Experimental) Vim snippet plugin
Stars: ✭ 24 (-44.19%)
Mutual labels:  snippets
pipet
Personal snippet manager, store bits of text.
Stars: ✭ 21 (-51.16%)
Mutual labels:  snippets
codecolorer
WordPress plugin which allows you to insert code snippets into the post with nice syntax highlighting.
Stars: ✭ 56 (+30.23%)
Mutual labels:  snippets
django-addendum
📜 Easily edit arbitrary text snippets on a site without a full-fledged CMS or issuing another site release. Like a mini-CMS for every site.
Stars: ✭ 71 (+65.12%)
Mutual labels:  snippets
Sublime-GameMaker-Studio-Language-Bundle
A sublime bundle for GameMaker Language (GML)
Stars: ✭ 32 (-25.58%)
Mutual labels:  snippets
snippets
Short (but useful) scripts and programs.
Stars: ✭ 31 (-27.91%)
Mutual labels:  snippets
PuTTY-ng
An improved multi-tabbed PuTTY with better user experience. This project is based on noddle1983's putty-nd.
Stars: ✭ 37 (-13.95%)
Mutual labels:  control
Xamarin.Forms.MultiSelectListView
☑️ Select multiple rows in a listview with xamarin.forms
Stars: ✭ 61 (+41.86%)
Mutual labels:  control
rts2
Contains core part of the RTS2 - RTS2 libraries, and drivers for basic devices.
Stars: ✭ 35 (-18.6%)
Mutual labels:  control
30-seconds-blog
Code articles for all your development needs
Stars: ✭ 566 (+1216.28%)
Mutual labels:  snippets

Control Snippets · Visual Studio Marketplace Build Status

Disable or enable VS Code's built-in snippets and manually installed snippets from extensions.

Installation

Install through VS Code extensions, search for Control Snippets by Benas Svipas. If you can't find extension by name try to search by publisher name.

Usage

  1. Open Command Palette.
  2. Write Control Snippets and disable or enable any snippets from extensions.
  3. Reload or restart VS Code.

FAQ

I still see snippets

Reload or restart of VS Code is required after disable or enable snippets from extensions to take effect. If you're in Windows, you have to run VS Code as administrator in order to use this extension.

I got "Extensions have been modified on disk. Please reload the window." message

If you got "Extensions have been modified on disk. Please reload the window." message that means VS Code detected changes in extensions and reload of VS Code is required. After reload of VS Code you will not get that message anymore and snippets would be enabled or disabled.

Remote machine shows only few extensions

If you're connected to a remote machine you probably will not see all extensions as you see working locally because VS Code disables a lot of built-in extensions while connected remotely.

Emoji meaning

  • 🔋- extension runs where the UI (window) runs.
  • 🔌- extension runs remotely.

Contributing

Feel free to open issues or PRs!

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].