Skip to content

A cli tool to enable code completion for deno project

Notifications You must be signed in to change notification settings

ymtdzzz/deno-ls-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deno-ls-init (denolsinit)

denolsinit is a cli tool to create (edit) tsconfig.json that enables code completion for deno.

If you use VSCode, you should use the Deno extension.

This tool mainly focuses on Emacs users.

However, since this tool only rewrites tsconfig.json, I think it's usable with any IDEs that can use the typescript language server (which references tsconfig.json).

Usage

Installing

Emacs user:

  • Install node.js and Rust
  • Install yarn
  • Install and enable Tide package

If you're a Doom Emacs user, just enable lang: javascript in setting file (init.el) and run doom refresh.

  • cargo install deno-ls-init

Enabling code completion for deno

  • cd to the deno project root directory.
  • denolsinit

That's all.

About

A cli tool to enable code completion for deno project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages