jwortmann

Results 216 comments of jwortmann

I split the PR up into 2 commits, to make it easier to review. I'd recommend to squash the commits when merging.

It would be great if this PR could be merged, because this bug is currently blocking the update of the server for clients that use uppercase drive letters.

Bump :shrug: Does anybody read issues and pull requests in this repository and is able to merge this? The changes are really simple and it shouldn't take more than two...

> on_window_command and on_text_command catch plugin commands only Some of the internal commands are certainly passed to those methods. For example LSP listens for the internal `auto_complete` command (Ctrl +...

I don't take any decisions over which PRs should or shouldn't be merged in this repository, but are you aware that the language server already provides the unicode symbols when...

Okay I understand now, thanks for the explanation. Then I guess it could be something useful. Maybe it should do another check to not provide this unicode conversion if there...

> * No snippets show up if typing dot operator after a structure variable; It looks like these snippets come from Sublime's builtin C++ package: https://github.com/sublimehq/Packages/tree/master/C%2B%2B/Snippets There are a few...

I pushed some improvements in https://github.com/sublimelsp/LSP-julia/commit/325d8147e324fc50e4e220358b04e37a6c61122d and tested it with a few examples. I think it should work now as it is described above. Manual testing probably requires to run...

This is a known restriction in the mdpopups library that LSP uses to convert the Markdown content to (mini)html used in the popups. mdpopups in turn uses the Python-Markdown dependency...