Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Quick Type Language Support - Sketch CompanyNew to Visual Studio Code? Get it now.
Quick Type Language Support - Sketch Company

Quick Type Language Support - Sketch Company

Sketch Company

|
263 installs
| (0) | Free
The official Quick Type language support created and developed by the Sketch Company
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Quick Type

This is the official VS Code extension for the official programming language "Quick Type", both of which were developed by us, the Sketch Company.

[!NOTE] Quick Type is currently in development and may contain many bugs and errors. If you've got any problems or need help, you can join our Discord Server

Features

Quick Type supports a short time to write something like a function, for example in javascript you would write this:

// js
function example(p1){
    console.log("this is an example", p1)
}

but in Quick Type you only need to write this:

f example(p1){
    log("this is an example", p1)
}

This can save a lot of time when writing code! Only beginners should start with a programming language like javascript, becuase it is easier to understand, but if you already know how programming works, this programming language is perfect for you!

Here's another example, why you should use Quick Type:

// you can create constants and variables also very shortly like this:
c constant = {
    key1: "test string"
}
// the code above shows a constant, which contains an object with a key named "key1", which the string "test string" is assigned to

v variable = 100 / 2
// the code above shows a variable, which contains an operation of two numbers "100" and "2", while "100" is being devided by "2".

Requirements

To run Quick Type on your computer, you need to have Node.js and the typescript package already installed on your computer!

After you've done these steps, you can now install our Node.js package by using the node package manager. We recommend, installing Quick Type globally on your computer. This can be done with the following command below:
npm install -g quicktypels

If you only want to install it into your local project, use this command:
npm install -D quicktypels

You can visit the node package page at https://www.npmjs.com/package/quicktypels

Known Issues

  • currently none

Release Notes

0.0.2

  • changed npm install commands
  • new node package name "quicktypels"

0.0.1

  • this is the initial release of the Quick Type extension
  • there are no release notes yet
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft