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: about 1 month ago
JSON representation
:hammer: A vscode extension to enhance development experience for deno
- Host: GitHub
- URL: https://github.com/ameerthehacker/deno-vscode
- Owner: ameerthehacker
- Archived: true
- Created: 2019-02-04T07:05:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T15:11:13.000Z (about 4 years ago)
- Last Synced: 2024-08-03T10:20:49.560Z (4 months ago)
- Topics: deno, deno-vscode, denoland, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ameerthehacker.deno-vscode
- Size: 143 KB
- Stars: 141
- Watchers: 3
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-deno - deno-vscode - 利用此扩展利用vscode中内置的typedef 和intellisense (Uncategorized / Uncategorized)
- awesome-deno-cn - @ameerthehacker/deno-vscode
- awesome-deno - deno-vscode - Leverage the typedef and intellisense built into vscode using this extension.![GitHub stars](https://img.shields.io/github/stars/ameerthehacker/deno-vscode?style=plastic) (Tools / Online Playgrounds)
README
Deno Visual Studio Code Extension
DEPRECATED Please use vscode-deno
## 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)