Rafał Chłodnicki

Results 1204 comments of Rafał Chłodnicki

I suppose this is the server's bug then but I wonder if the interpretation of snippets is different in different clients. Since the spec says that the placeholders are in...

I've been looking at documentation the other day and saw: > Since snippets can contain variables, which start with a $, literal $ characters must be written as \$. http://www.sublimetext.com/docs/completions.html#snippet_escaping...

Would appreciate this getting merged too as current instructions in the readme did not work for me and I wasn't sure why as I don't know composer. I got this...

Well, to be fair these instructions didn't help either. Still getting same error. But personally I think installing globally makes sense as this is the kind of package that IMO...

I have found #611 and managed to fix my issue. Problem for me was that I already had `~/.composer` directory so running `composer global require felixfbecker/language-server` used composer.json from that...

Nice. Likely this would need to run in a separate tsserver process as we can't allow a complication that could take minutes block all other functionality. In vscode this feature...

Quick check of typescript-language-features logs in VSCode shows that on every change it sends diagnostics for all files. Even files within `node_modules`. A bit inefficient if you ask me but...

Without looking too deep into it, I think it should be implement with an additional tsClient. It would still receive the same initial configuration.

#585 will get us a step closer to this feature but there will still be a bunch more code that will have to be ported and adapted from VSCode. I'll...

Should be pretty easy to implement, based on the implementation in VSCode. It could be a separate command that individual editors would then need to add some glue code for...