Paweł Mizio

Results 49 comments of Paweł Mizio

I know. We reusing a lot of utility functions from lspconfig, especially for getting correct paths to server, of course it can be done without but, it isn't my top...

It depends if tsserver return events with edits to do such as ``` {line: 1, offset: 1, newText: "d"}, {line: 1, offset: 2, newText: "i"}, {line: 1, offset: 3, newText:...

Oh nice I don't know that request. I think it's doable but with custom handler or contribution to neovim core. Because nvim don't have multi cursor it need some gluecode...

Hi, thanks for investigation, it should be relatively easy to do looking at code present in vscode extension. In this extension I see it as custom lsp request + command(eg....

@unphased I'm happy to tell you I successfully created POC(range is hardcoded, there is no error handling) of this feature with telescope integration. Short video, I'll try to finish this...

About differences between this plugin and `vtsls`: My plugin start up raw tsserver binary and teaches nvim how to speak over its protocol which is n't compatible with LSP one...

@unphased so I created draft pr with functionality, I was able to preserve this code action as code action itself without additional `TS` command. I have to add two additional...

@unphased 1. You probably have someting wrong in your configuration of tabs vs spaces and so on we in this plugin get data about indenting from nvim and set same...

@mfussenegger I'm author of https://github.com/pmizio/typescript-tools.nvim and this is s great addition to have which can really simplify process of spawning this tsserver mess. Tsserver is lsp like but not compatible...