All Projects → egodigital → Vscode Powertools

egodigital / Vscode Powertools

Licence: other
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.

Programming Languages

javascript
184084 projects - #8 most used programming language
coffeescript
4710 projects

Projects that are alternatives of or similar to Vscode Powertools

Norepeat
The norepeat package contains some magical function, tools
Stars: ✭ 111 (-26%)
Mutual labels:  scripts, tools, less
Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (-33.33%)
Mutual labels:  jquery, bootstrap4
Bootstrap Colorpicker
Bootstrap Colorpicker is a modular color picker plugin for Bootstrap.
Stars: ✭ 1,351 (+800.67%)
Mutual labels:  jquery, bootstrap4
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (-25.33%)
Mutual labels:  jquery, bootstrap4
Retrobat
RetroBat is the best way to play your ROMs collection on Windows !
Stars: ✭ 58 (-61.33%)
Mutual labels:  scripts, tools
Gitmessenger
GitMessenger is github chat app built with socket.io , firebase, nodejs and bootstrap where developers can share code,images and much more 😊
Stars: ✭ 78 (-48%)
Mutual labels:  jquery, bootstrap4
Dev Scripts
A collection of scripts for development work with Git, Hg, Gerrit and Android.
Stars: ✭ 104 (-30.67%)
Mutual labels:  scripts, tools
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+553.33%)
Mutual labels:  jquery, bootstrap4
Vs Deploy
Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
Stars: ✭ 123 (-18%)
Mutual labels:  vscode-extension, less
Ct Material Kit Pro
Premium Bootstrap 4 UI Kit based on Google's Material Design
Stars: ✭ 123 (-18%)
Mutual labels:  jquery, bootstrap4
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (-17.33%)
Mutual labels:  jquery, bootstrap4
Bootstrap4 Vscode
Visual studio code plugin for Bootstrap 4 & Font awesome
Stars: ✭ 41 (-72.67%)
Mutual labels:  vscode-extension, bootstrap4
Vs Code For Node Js Development Pack
🏃 A VS Code Extension Pack to get up and running with Node.js Development
Stars: ✭ 41 (-72.67%)
Mutual labels:  vscode-extension, tools
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-38%)
Mutual labels:  tools, webapp
Bootstrap Show Modal
A Bootstrap 4 / jQuery plugin wrapper, to create modals dynamically in JavaScript
Stars: ✭ 38 (-74.67%)
Mutual labels:  jquery, bootstrap4
Klik Socialmediawebsite
Complete PHP-based Login/Registration system, Profile system, Chat room, Forum system and Blog/Polls/Event Management System.
Stars: ✭ 129 (-14%)
Mutual labels:  jquery, bootstrap4
Vent
jQuery inspired DOM events library
Stars: ✭ 30 (-80%)
Mutual labels:  events, jquery
Pymap webapp
A webapp version for Raster Map Download Helper
Stars: ✭ 34 (-77.33%)
Mutual labels:  jquery, webapp
Hibiscus.js
Native Angular directives for Bootstrap4
Stars: ✭ 115 (-23.33%)
Mutual labels:  buttons, bootstrap4
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (-14%)
Mutual labels:  vscode-extension, less

vscode-powertools

Share via Facebook Share via Twitter Share via Pinterest Share via Reddit Share via LinkedIn Share via Wordpress Share via Email

Latest Release Awesome

A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.

Table of contents

  1. Install
  2. How to use
  3. Documentation
  4. Contribute
  5. Related projects

Install []

Launch VS Code Quick Open (Ctrl + P), paste the following command, and press enter:

ext install vscode-powertools

Or search for things like vscode-powertools in your editor.

How to use []

Apps []

Apps are Node.js based scripts, which are running with a web view and can also interact with a Visual Studio Code instance.

demo-apps1.gif

For more information, have a look at the wiki.

Buttons []

Buttons can be used to run tasks, like scripts or shell commands, by user's click.

demo-button.gif

For more information, have a look at the wiki.

Commands []

To enhance your editor, you can register custom commands, which can be used from anywhere in the editor, by using the API, e.g.

demo-commands.gif

For more information, have a look at the wiki.

Events []

The extension makes it possible to run tasks, like scripts, on specific events.

demo-events.gif

For more information, have a look at the wiki.

Jobs []

Jobs can be used to run tasks, like scripts or shell commands, periodically.

demo-jobs.gif

For more information, have a look at the wiki.

Scripts []

Scripts can be used to any kind of custom logic for a workspace.

demo-scripts.gif

For more information, have a look at the wiki.

Startups []

Startups are similar to Autostart in Windows.

For more information, have a look at the wiki.

Tools []

A set of useful sub commands.

demo-tools1.gif

For more information, have a look at the wiki.

Values []

Values (or placeholders) can be used to define dynamic settings, e.g.

demo-values.gif

For more information, have a look at the wiki.

Documentation []

The complete reference of classes, functions and interfaces, can be found here.

A repository with code samples, can be found at vscode-powertools-samples. If you would like to request for one or more examples, you can open an issue here.

Contribute []

If you like the extension, you are welcome to contribute, by opening an issue and/or fork this repository.

To work with the code:

  • install vscode-deploy-reloaded extension
  • clone this repository
  • create and change to a new branch, like git checkout -b my_new_feature
  • run npm install from your project folder
  • open that project folder in Visual Studio Code
  • select command Deploy Reloaded: Deploy ... (by pressing F1) and execute Package ... to copy all web view resources files from /src/res to /out/res ... also do this after you have reset your /out folder
  • now you can edit and debug there
  • commit your changes to your new branch and sync it with your forked GitHub repo
  • make a pull request

Contributors

Peter Jaszkowiak

Related projects []

vscode-helpers []

vscode-helpers is a NPM module, which you can use in your own VSCode extension and contains a lot of helpful classes and functions.

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