rusproject

Results 10 issues of rusproject

Hello! Can't get it work on windows, getting WinError 193 or WinError 2. Phpcs itself working perfectly when I run it from command prompt (`C:\php\php.exe C:\php\php-cs-fixer-v3.phar fix D:\project2\model\_Criteria.php --verbose`) but...

Windows
Bug

Представим ситуацию, у нас таблица, а внутри её ячеек есть ещё таблицы. ```php $table = new \DiDom\Element('table'); $table->setInnerHtml(' Строка 1 Ячейка 1 Строка 1 Ячейка 2 Субтаблица: Строка 1 Ячейка...

Hello! LSP popup doesn't show list of references and definitions, it only shows `definitions` and `references` links which I found unhandy. I only want to see LSP popup when I...

Is this app only for macOS users? I can't figure out what should I do after following steps: - Go to Settings > Extensions > Userscripts - Turn Userscripts on...

### Question Hello! I often need to make partial commit and push it to dev server, but I can't do it with gitftp since it don't allow to push "dirty...

Conditions under which the problem occurs: 1. The CSV being parsed has the `;` delimiter. 2. The `$delimiter` parameter is not specified when calling the `parse()` or `import()` methods (i.e.,...

Intelephense doesn't show any formatting issues, although as I can see at https://github.com/bmewburn/vscode-intelephense/blob/master/package.json, formatting is set to PSR-12 and enabled by default. I've tried to explicitly add this settings but...

question

It would be nice if cmd window doesn't appears every time when save the file with auto-sync enabled. This causes window focus losing and distracts from file editing. Just a...

Hello! I don't know if it is a `SublimeLinter-phpcs` or `SublimeLinter` or even `PHP_Code_Sniffer` problem, so If I opened the issue in a wrong place, please point me where I...

**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** Ability to see function/method references in PHP files in my project, when I work...