A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
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.
Apps are Node.js based scripts, which are running with a web view and can also interact with a Visual Studio Code instance.
For more information, have a look at the wiki.
Buttons can be used to run tasks, like scripts or shell commands, by user's click.
For more information, have a look at the wiki.
To enhance your editor, you can register custom commands, which can be used from anywhere in the editor, by using the API, e.g.
For more information, have a look at the wiki.
The extension makes it possible to run tasks, like scripts, on specific events.
For more information, have a look at the wiki.
Jobs can be used to run tasks, like scripts or shell commands, periodically.
For more information, have a look at the wiki.
Scripts can be used to any kind of custom logic for a workspace.
For more information, have a look at the wiki.
Startups are similar to Autostart in Windows.
For more information, have a look at the wiki.
A set of useful sub commands.
For more information, have a look at the wiki.
Values (or placeholders) can be used to define dynamic settings, e.g.
For more information, have a look at the wiki.
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.
If you like the extension, you are welcome to contribute, by opening an issue and/or fork this repository.
To work with the code:
git checkout -b my_new_feature
npm install
from your project folderDeploy 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
folderPeter Jaszkowiak |
vscode-helpers is a NPM module, which you can use in your own VSCode extension and contains a lot of helpful classes and functions.
Generated using TypeDoc