javascript-typescript-langserver
javascript-typescript-langserver copied to clipboard
JavaScript and TypeScript code intelligence through the Language Server Protocol
I am using this language server with the Sublime Text LSP plugin. Does this expose the TypeScript “Organize Imports” functionality? If not, I would love to have that feature. Currently...
I'm using Emacs Eglot and I have a single .js file The signatureHelp requests from the client are always replied to with empty replies Not so with hover requests, they...
Recently I installed this extension(on vscode). Then I noticed high cpu and memory usage. 
I have been looking for a platform to develop a javascript server plugin for. I can with relative ease do this for Tern but I couldn't figure out how and...
### Current behavior: When running the typescript server in a project where one or more files/folders are unreadable (eg. owned by a different user) the language server throws and error...
fixes https://github.com/sourcegraph/security-issues/issues/4
Hello! When working in a project that contains a directory my user has no access to, I encounter the following error: ``` ERROR Handle textDocumentDidOpen: { Error: EACCES: permission denied,...
Hi, Since VScode 1.25's new outline feature (see https://github.com/redhat-developer/vscode-java/issues/586), the LSP spec has been updated (https://microsoft.github.io/language-server-protocol/specification#textDocument_documentSymbol) with new features, the most important one being the `children?` field, which allows for...
### Behavior Without option `--log-level`:  With option `--log-level`:  ### Steps to reproduce the behavior 1. Download [test-lsp-typescript-issue535.el](https://gist.github.com/twlz0ne/81556401794b7064248117f9a1c2a84e#file-test-lsp-typescript-issue535-el) to `/path/to/test-lsp-typescript-issue535.el` 2. Clone https://github.com/Microsoft/TypeScriptSamples to `/path/to/Microsoft/TypeScriptSamples` 3. ```sh /path/to/emacs -nw...
I need to grant our SourceGraph instance access to private npm packages and to install git dependencies straight from git. I can `docker exec` into the language server's container and...