-
[Enter steps to reproduce below:]
1. ...
2. ...
**Atom Version**: 1.0.11
**System**: Mac OS X 10.11
**Thrown From**: [php-fmt](https://github.com/Dgame/atom-php-fmt) package, v0.1.2
### Stack Trace
…
-
-
I try to make the message `autocomplete database not found` disappear from my project.
I searched a little and found that I have to build this autocomplete database from the command palette, so I r…
-
Hi,
Everything works fine except the comments before the control structure, see the screenshot
![Screenshot 2024-04-01 192938](https://github.com/kokororin/vscode-phpfmt/assets/5301611/5f0db12a-…
-
* **Operating System (+Version)**: Windows 10
* **VS Code Version**: 1.33.1
* **beautify Version**: 1.5.0
I added this code to my settings.json
````
"beautify.language": {
"js": {
…
-
![image](https://user-images.githubusercontent.com/1449203/38225416-65931022-3727-11e8-862e-530db9695d57.png)
not support
-
If a class has constant-values containing the class-keyword (used for name resolution) all method-modifiers get stripped from all methods except the first method.
Example:
```php
class Foo
{
…
-
changing `is_null($var)` to `(null === $var)` is cool, but it does it wrong combining with exclamation mark
`if (!is_null($var))` => `if (!null === $var)`
-
nvim version:
```
NVIM v0.2.0
Build type: Release
Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wconversion -DNVIM_MSGPACK_HAS_FLOAT32 -O2 -DNDEBUG -D…
-
i have updated version of xampp Stack in my Dev PC
old version is php 7.2
and actual php 7.4.6 version
when i try to formating with php 7.4.6 from xampp stack Sublime Text 3 is Stuck
i cant find …