neznaika0

Results 6 issues of neznaika0

**phpstorm version EAP:** Build #PS-213.5744.38, built on November 11, 2021 **etc:** 1. Can't open plugin settings. 2. No autocompletion in the terminal. e.g. make:entity User [https://prnt.sc/206c6kx](https://prnt.sc/206c6kx) **Exception:** Cannot create configurable...

**Describe the bug** Hi. I noticed that the sidebar is working strangely. If the side menu is open on the big screen (LG), then it is hidden on the small...

### PHP Version 8.2 ### CodeIgniter4 Version 4.4.2 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...

bug

### PHP Version 8.2 ### CodeIgniter4 Version 4.4.1 ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? Linux ### Which server did you use?...

bug

I see you are using different calls for models. I think we need to apply a single style. Example: ``` $users = model(UserModel::class); ``` Instead of ``` $users = new...

Now, when scanning the application files, only "clean" translation keys will be added. For example, `lang('File.key')` but not `lang('File.key', [$val])` `lang('File.key', [$val], 'de')` It would be good if such options...

enhancement