All Projects → egomobile → vscode-powertools

egomobile / vscode-powertools

Licence: LGPL-3.0 license
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
CSS
56736 projects
typescript
32286 projects
EJS
674 projects

Projects that are alternatives of or similar to vscode-powertools

Xer.cqrs
A lightweight and easy-to-use CQRS + DDD library
Stars: ✭ 96 (+118.18%)
Mutual labels:  command, event
Vscode Powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 150 (+240.91%)
Mutual labels:  less, bootstrap4
node-evented-command
provides simple command/event handling for evented systems like cqrs
Stars: ✭ 15 (-65.91%)
Mutual labels:  command, event
nx-extend
Nx Workspaces builders and tools
Stars: ✭ 67 (+52.27%)
Mutual labels:  workspace
Eloquent-ORM-Laravel-8.5-Relationships-Advanced
Software of Application with Laravel and MySQL
Stars: ✭ 14 (-68.18%)
Mutual labels:  bootstrap4
AngularPos
A real-time, simple web Point of Sale system written with Angular 12, Firebase (Cloud Firestore), Bootstrap 4 and PrimeNg
Stars: ✭ 67 (+52.27%)
Mutual labels:  bootstrap4
DevHelpBox
we are creating this community so that other developers can get benefits of it.
Stars: ✭ 35 (-20.45%)
Mutual labels:  bootstrap4
Server
The whir.io chat server.
Stars: ✭ 15 (-65.91%)
Mutual labels:  command
Coming-Soon-Template-Bootstrap
Coming Soon Template - Bootstrap 4 & Material Design. ATTENTION! New templates for the latest Bootstrap 5 are now also available. Access new free templates via the link below.
Stars: ✭ 18 (-59.09%)
Mutual labels:  bootstrap4
sleek button
A simple but yet customizable button.
Stars: ✭ 63 (+43.18%)
Mutual labels:  button
ozPanel
daha tanıdık bir görüntüde directAdmin teması
Stars: ✭ 13 (-70.45%)
Mutual labels:  bootstrap4
vue2-element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 115 (+161.36%)
Mutual labels:  less
Events
社区举办过的活动信息
Stars: ✭ 17 (-61.36%)
Mutual labels:  event
Asciidots-Cheat-Sheet
My personal Asciidots Cheat Sheet in .jpg .odt .pdf .png and obviously in .txt
Stars: ✭ 17 (-61.36%)
Mutual labels:  command
docker-zero-to-hero-series
Repositório responsável pela série de artigos sobre Docker
Stars: ✭ 37 (-15.91%)
Mutual labels:  azure-devops
bootstrap-directional-buttons
Directional / Arrow buttons for Bootstrap
Stars: ✭ 18 (-59.09%)
Mutual labels:  button
project-3-crm
⭐crm 客户关系管理系统模板⭐一个不错的后台管理种子项目,拥有自由设置角色自由分配权限🔑的权限管理功能,三员管理多员管理均可,前端antd vue admin后端spring-boot-api-seedling 拥有完善的功能。文档包含需求文档,设计文档和测试文档等。同时配置了travis,拥有集成测试和自动构建的功能。
Stars: ✭ 128 (+190.91%)
Mutual labels:  less
FancyButtonProj
Juste a funcy button with progress bar
Stars: ✭ 27 (-38.64%)
Mutual labels:  button
dead-simple
💀💡 Dead simple PubSub and EventEmitter in JavaScript
Stars: ✭ 21 (-52.27%)
Mutual labels:  event
project template
Enjoy🌈 web项目启动模板 & 命令行cli启动模板 & 库启动模板
Stars: ✭ 19 (-56.82%)
Mutual labels:  command

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.

⚠️⚠️⚠️ NOTICE: If you have the legacy version of that plugin installed, please backup and uninstall it first, before you install this one. You also need to upgrade to Visual Studio Code 1.57 or later. ⚠️⚠️⚠️

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