Results 23 comments of Kamil

@erichard I think you misunderstood me. My point is that if the SublimePHPCompanion is a LSP compatible tool, then can be used by more editors including Sublime. Thanks to a...

@erichard I believe the `codeAction` requests could be used for few functions in this plugin. See: https://microsoft.github.io/language-server-protocol/specification#textDocument_codeAction I believe almost all commands could be developed as LSP code action (except...

ęęęę ęęę

I do also experience this on version 2.6.1

I believe this is fixed now. I don't seem to be able to reproduce the same issue with my latest version of docker and docker compose ``` $ docker compose...

@natanfelles I believe it's either the fact your system misses a font that supports this kind of characters, or it may be becasue sublime text version is below 3146

I've got this working with following code and pull request #118 ```js const oauth = new OAuth({ consumer: { key, secret }, signature_method: 'HMAC-SHA256', async hash_function(baseString, key) { // encoder...

According to https://www.extensiontest.com/ page this extension is compatible with Firefox already. It's probably the packaging and uploading to AMO that would have to be done to get Firefox version

Based on [spec](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#codeActionKind) and testing with both VSCode and Sublime Text **`quickfix`** - Shows instantly as a lightbulb (vscode) or button with action name (st) when caret gets into a...

``` Apr 08 23:24:33 maya systemd-coredump[775786]: [🡕] Process 775605 (cs2) of user 1000 dumped core. Stack trace of thread 775670: #0 0x0000768e674fe497 n/a (/run/host/usr/lib/libvulkan_radeon.so + 0xfe497) ELF object binary architecture:...