/devspace

⚙️ This is an extension to make VSCode better

Primary LanguageTypeScriptMIT LicenseMIT

Dev Space

GitHub Issues Commit Activity Lastest Commit

Rating Installs Version Last Updated

This is an extension to make VSCode better.

It includes Node View, Project Box, snippets, themes, and keybindings. There might be more in the future!

Node View

Look at all your node dependencies in the Dev Space view container under Node View view. Switch between workspace folders without breaking a sweat as it is done automatically!

Node View

Your workspace should contain workspace folders with node and package.json to be able to use it for now. Use ctrl+alt+d to open Node View and go right into it! There are little icons that appear on the right when you hover over the items to perform actions like opening in npmjs.org, updating, and uninstalling. You can use either npm and yarn by going to the Dev Space settings.

Project Box

See your saved projects from your Project Box and add them to your Workspace. There are multiple commands that you can use; See them in the Project Box quick pick.

Project Menu

Project Box

You can perform multiple actions like adding and removing folders from the Project Box and/or from the Workspace. Your projects are not synced across devices so that you can have different project groups for your different devices.

Dev Space Keybindings

KeysCommand
Ctrl+Alt+DFocus Dev Space
Ctrl+Alt+BShow Project Box
Ctrl+Alt+WShow Workspace

Snippets

In your editor, type the prefix for the snippets

Snippets start with...

  • js for JavaScript
    • react for Reactjs
    • next for Next.js
  • py for Python
  • ja for Java
  • ht for HTML
  • md for Markdown
  • cs for CSS
  • sc for SCSS

See all the available snippets for a language by typing start prefix.

Themes

There are a few themes you can choose from:

  • Super Dark Red
  • Classic Dark Red
  • Super Dark Punk

More Keybindings

Use the useful and fast keybindings of Dev Space

KeysCommand
Alt+.Opens command prompt
Alt+pShows all the problems
Alt+aGoes to the previous error
Alt+dGoes to the next error
Alt+xDeletes current line

Also install VSCodine!

Hope you enjoy Dev Space!

Powered by SlashDEV