1. vscode-languageserver-textdocument
A simple text document implementation for Node LSP servers
vscode-languageserver-textdocument
Package: vscode-languageserver-textdocument
Created by: Microsoft
Last modified: Tue, 26 Sep 2023 09:28:30 GMT
Version: 1.0.11
License: MIT
Downloads: 10,958,849
Repository: https://github.com/Microsoft/vscode-languageserver-node

Install

npm install vscode-languageserver-textdocument
yarn add vscode-languageserver-textdocument

Text Document implementation for a LSP Node server

NPM Version
NPM Downloads

Npm module containing a simple text document implementation for Node.js language server

Click here for a detailed document on how
to implement language servers for VSCode.

History

1.04

  • Introduced ESLint rule for member delimiter style.

1.03

  • Moved to ES2020 target and lib

1.0.2

  • JSDoc updates

1.0.0

Initial version.

License

MIT

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin