Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ameerthehacker/deno-vscode

:hammer: A vscode extension to enhance development experience for deno
https://github.com/ameerthehacker/deno-vscode

deno deno-vscode denoland vscode

Last synced: 30 days ago
JSON representation

:hammer: A vscode extension to enhance development experience for deno

Lists

README

        

Deno Visual Studio Code Extension


DEPRECATED Please use vscode-deno


Visual Studio Marketplace Version
Visual Studio Marketplace Downloads



## Usage

- Run `Cmd + P` on Mac or `Ctrl + P` on Windows and linux
- Enter the command `> deno init`

The above steps will create all the neccessary files for `deno` dev environment

## Installation

1. Install deno and add it to path
2. Install extension and restart VS Code

## What is does?

1. It creates the deno.d.ts typings in the `.deno` directory
2. It created a tsconfig file in the workspace to provide intellisense

## License

MIT © [Ameer Jhan](https://github.com/ameerthehacker)