Ivan Yonchovski
Ivan Yonchovski
This https://github.com/company-mode/company-mode/issues/891 ?
I guess you are using company-tng frontend, it is incompatible with company-lsp.
> What about cases like `fmt.Print()`? I don't necessarily think it is important, but it is a difference between VSCode so I want to consider it. It makes sense to...
> So it's common that language servers return unfiltered candidates. I'll implement client-side filtering so that it works regardless of the value of `company-lsp-cache-candidates` That's great! This implementation targets vscode...
@tigersoldier can we try to specify the trigger type in the completion request? https://github.com/felixfbecker/php-language-server/blob/24388bcf26d6e088b132904ab81f02a4df813212/src/CompletionProvider.php#L196 ``` /** * How a completion was triggered */ export namespace CompletionTriggerKind { /** * Completion...
This is already fixed in lsp-mode https://github.com/emacs-lsp/lsp-mode/issues/377#issuecomment-428039281
To setup lsp-javascript-typescript you should have package.json in the root(similar to the java project where you have pom.xml somewhere in the root). Here it is the relevant code https://github.com/emacs-lsp/lsp-javascript/blob/ab62826962887e82f0bc968817be4fc89a6953e4/lsp-typescript.el#L54 ....
Sounds good to me. Make sure you do a reddit post after it is ready.
This bug is no longer relevant.