Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 751 Bytes

language_server.md

File metadata and controls

14 lines (11 loc) · 751 Bytes

The Language Server

The Deno CLI comes with a built in language server that can provide an intelligent editing experience as well as a way to easily access the other tools that come built in with Deno. For most users, using the language server would be via your editor like Visual Studio Code or other editors. This section of the manual is designed for those creating integrations to the language server or providing a package registry for Deno that integrates intelligently.

In this section we will cover: