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

In [this project](https://github.com/wincent/corpus/tree/5adc1677dfe08eec18c9c1c43ee006892fa39aca) I see some puzzling differences between the diagnostics reported by: - javascript-typescript-langserver (2.11.3) + LanguageClient-neovim (56859896904347856) + Neovim (v0.4.0-dev) + typescript (3.5.3) - and `tsc` (from typescript...

It may be a stupid question but I've been struggling to set up a working front-end JS project using jQuery and ThreeJS. Completion for built-in JavaScript types works as expected,...

Hi, The LSP works fine on a single JS file -- it identifies "go to definition" etc. But what if I have a bunch of js files in a folder...

**Expected behavior:** Whenever a `tsconfig.json` works with `tsc`, it works with `langserver` as well. E.g. it doesn't show errors on files which build with `tsc` just fine. **Actual behavior:** If...

![Screenshot from 2019-04-25 18-32-02](https://user-images.githubusercontent.com/46920423/56726889-9a192e00-678a-11e9-9532-b9d7a2c8dff3.png) ![Screenshot from 2019-04-25 18-33-05](https://user-images.githubusercontent.com/46920423/56726894-9ab1c480-678a-11e9-982a-a1c995436560.png) Emacs [lsp-mode](https://github.com/emacs-lsp/lsp-mode) uses `jsts-ls` as its default language server. However unlike other language servers, `jsts-ls` doesn't seems to work well with `company-lsp`....

This PR contains the following updates: | Update | Sourcegraph | |---|---| | lockFileMaintenance | [![code search for ""](https://sourcegraph.com/search/badge?q=repo:%5Egithub%5C.com/sourcegraph%2Fjavascript-typescript-langserver%24+case:yes+-file:package%28-lock%29%3F%5C.json+undefined&label=matches)](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph%2Fjavascript-typescript-langserver%24+case:yes+-file:package%28-lock%29%3F%5C.json+undefined) | :wrench: This Pull Request updates `package.json` lock files to use...

I added the **organize imports** command

Here is the log file from `npm install`. https://gist.github.com/stardiviner/b4f9eebd7d192b91d80ba90fd69cc81c And the command output: ``` npm WARN tar ENOENT: no such file or directory, open '/home/stardiviner/Code/Emacs/javascript-typescript-langserver/node_modules/.staging/tslint-a5eb565a/lib/configs/all.d.ts' npm WARN tar ENOENT: no...

I have been scratching my head for a while on how to get code completion to work with a NodeJS project. All my node projects set `NODE_PATH=src:.`. This is the...

I'm using version 2.9.4 and I've noticed that completions feature does not work as expected. Please look at the following code (file test2.js): ```js class TestClass { met1(arg1) { console.log(arg1);...

bug