javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

JavaScript and TypeScript code intelligence through the Language Server Protocol

Results 100 javascript-typescript-langserver issues
Sort by recently updated
recently updated
newest added

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. ![screenshot from 2018-04-14 19-31-03](https://user-images.githubusercontent.com/34973359/38769603-bbb24abc-401a-11e8-8b3d-70b518db586e.png)

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...

needs more info

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`: ![test-emacs-lsp-typescript-1](https://user-images.githubusercontent.com/2653486/47441717-55183d00-d7e3-11e8-8d30-fc9aeb1f1613.gif) With option `--log-level`: ![test-emacs-lsp-typescript-2](https://user-images.githubusercontent.com/2653486/47441726-5a758780-d7e3-11e8-9fd2-8c9292c6fd78.gif) ### 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...