Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Typescript Toolbox of ProductivityNew to Visual Studio Code? Get it now.
Typescript Toolbox of Productivity

Typescript Toolbox of Productivity

Richard Zampieri

|
1,171 installs
| (0) | Free
The complete set of tools for Typescript development
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Typescript Toolbox of Productivity


Goal

  • Typescript Toolbox aims to increase your Typescript development productivity providing speed and facilities.
  • Creation of Class and Interface through contextual menu in left side VSCODE bar, Snippets, smart comments, Todo List, project boilerplate options, design patters snippets etc. These are some of the features that is been delivered in this first release and the others are coming next.

Changelog

Click here

What's new in 1.0.0

  • Snippets: smart snippets with all need commands, including containers and patterns
  • Contextual Menu: Create classes and interfaces clicking with your mouse in your project tree structure

Current features

  • First release!

Create Class and Interfaces

Colored comments

General Snippets

Command Description
let variable declaration using let
const const container using const
enum enumeration enum
if if statement
while while loop
do do while loop
for for loop
fori for in loop
switch switch statement
super super() for derived class
log console log
logi console log interpolated
arr base array
arri array initialized
tuple tuple container
tparr tuple array
union union: dataType1 | dataType2
arw fat arrow function
obj object with no initialization
obji object initialized
map map container
set set container
wmap weakMap container
wset weakSet container
class class definition
aclass abstract class definition
prp class property
prpr class readonly property
method class method
amethod abstract method
function standard function

Do you want to contribute?

Guidelines

  1. Fork the original repository to your own repository
  2. Clone it to your local
  3. Contribute to it
  4. Push it to your remote repo
  5. Send a PR [Pull Request] to the main repo
  6. Your contribution will be evaluated then we will merge your changes with the original repository. ❤

For more information

  • Richard Zampieri

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft