Miloslav Beňo

Results 21 comments of Miloslav Beňo

Fixed - will be in the next pre-release.

Yes, we're working on this one. Are there any other rules except compacting `{}` of empty methods/functions that we should make sure to take a look at? Thank you

Thank you for the suggestions. It appears you're right and PSR-2 is saying: ``` The closing ?> tag MUST be omitted from files containing only PHP. ``` I'm not sure...

Hi, We've added a diagnostic warning and code action for this one in the latest version. Please check it out. Thanks again for the suggestion.

Hi, Thank you for creating the issue. `pathMapping` is currently not used in the context of tests, only when debugging. But it's something we can take a look at. May...

Thank you so much for additional information. Now, we do not match the launch profile with the testing. What we will do is find a way how to pair the...

Hello, This feature is available in the latest pre-release. Please take a look and let me know how it goes ;-) The comments are: // @php-format off // @php-format on...

Thank you for pointing this out. I'm afraid we've never supported this and we will have to do it in the next updates. ref. https://community.devsense.com/d/1745-folding-in-within-the-script-is-disabled

It appears to be a weird behavior of the default vscode HTML formatter. If you create an HTML file and format this thing: ```html Text ```

If someone specifies `editor.formatOnType` = false it will not have an effect on PHP. Only if it's language-specific settings for `php` as @jakubmisek mentioned. This is caused because PHP Tools...