Erwan Richard
Erwan Richard
Maybe an issue is referenced in sublime core issue tracker. Please take a look at https://github.com/SublimeTextIssues/Core
@leandromatos The only way I know to force a reindex 1. Close ST 2. Delete existing index ($HOME/.config/sublime-text-3/Index) 3. Open a directory or a project 4. The search console must...
I'm currently stuck with the weird behavior of sublime regex api... I need some help here as I'm not really a Python programmer :-)
Hi @cjmellor I have disabled Padawan integration due to a high CPU problem (see #68). I will look for a better and less coupled integration for this someday.
@golaod You could try the plugin made by the padawan creator: https://github.com/mkusher/padawan.sublime I may reintegrate padawan if the segmentation fault is fixed (see https://github.com/mkusher/padawan.php/issues/42)
As @lumnn says, such a plugin already exists for SublimeText, so I don't see the point of including LSP in PHP Companion.
@lumnn You are right, I totally misunderstood you :smile: So has I understand, LSP is all about standardizing autocompletion, go to definition, or documentation on hover. PHP Companion does nothing...
@alanhamlett How the `` work exactly ? All my heartbeats are grouped in an "Unknown Project"...
Heartbeats from my editor (Sublime Text) are correctly grouped in projects thanks to [custom rules](https://wakatime.com/settings/rules) but not those from Chrome...
Hello there, I'm using the official elasticsearch-php SDK but I lack elastica feature like fluent builder. Are you still working on this ? What is missing to move on ?