Raoul Wols

Results 283 comments of Raoul Wols

A small piece of the puzzle is now implemented in mdpopups: https://github.com/facelessuser/sublime-markdown-popups/commit/7b5eece58c96a2b432c0932f12a87c82103c136f

I was looking into this. A popular color picker on packagecontrol.io is this one: https://github.com/weslly/ColorPicker That package puts compiled binaries in the git repo. The source code is seemingly: https://github.com/jnordberg/color-pick/blob/master/colorpick.m...

Relevant request: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_colorPresentation

Relevant requests and links: textDocument/prepareCallHierarchy https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-16.md#textDocument_prepareCallHierarchy callHierarchy/incomingCalls https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-16.md#callHierarchy_incomingCalls callHierarchy/outgoingCalls https://github.com/microsoft/language-server-protocol/blob/gh-pages/_specifications/specification-3-16.md#callHierarchy_outgoingCalls

Pretty much blocked on https://github.com/sublimehq/sublime_text/issues/3338

If the intention is to insert a literal `$` or a literal `$$`, then the `"insertTextFormat"` should be 1 (plaintext), not 2 (snippet). Alternatively, the typescript language server can keep...

I guess so? Seems like there just hasn't been put much thought into it: https://github.com/theia-ide/typescript-language-server/blob/101dae4f7b598e9bafcaa8c316f21e57341e6350/server/src/completion.ts#L43-L45

I'm slowly changing my mind :) https://github.com/sublimehq/sublime_text/issues/3608

Where is `"reindent" {"single_file": false}` in the menu? I managed to find `"reindent {"single_line": true}` in Edit > Line > Reindent, but I cannot find the `"single_line": false` one. There's...

There's also Edit > Paste And Indent (`paste_and_indent`) which we can probably rewrite to a new `lsp_paste_and_format` (#1094).