menu
Log In
Register
menu
Login
Register
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About us
Cookie Policy
Home
Tag
phpstorm
Recent questions tagged phpstorm
1
vote
1
answer
PhpStorm, how do you define your own property value?
PhpStorm, how do you define your own property value?
Hi all. I encountered that PhpStorm does not understand $this->db->database declaration in the query. There are two databases in the project, and when I need t ...
php
mysql
codeigniter
phpstorm
by
Alxjzx100
asked
Sep 21, 2021
1
vote
1
answer
How do I change the color of the cursor in php storm?
How do I change the color of the cursor in php storm?
You need to change either the color or the style of the cursor type "text". That is, when you just point the cursor at an area of code. It is very badly visible. Or is t ...
phpstorm
by
Grione
asked
Sep 20, 2021
2
votes
1
answer
How do I remove the bars on the left side in PhpStorm?
How do I remove the bars on the left side in PhpStorm?
In PhpStorm, how can I turn off these bars on the left side or make them less contrasting? ...
phpstorm
by
BarneyGumble
asked
Sep 20, 2021
1
vote
1
answer
Why can't PhpStorm see functions from bootstrap.js?
Why can't PhpStorm see functions from bootstrap.js?
Hello, everyone! PhpStorm stubbornly swears at bootstrap functions, particularly at modal(), it says: Unresolved function or method modal() I added the bootstrap lib ...
phpstorm
by
Alxjzx100
asked
Sep 20, 2021
2
votes
1
answer
How can I remove the remote server name in the tabs of PhpStorm?
How can I remove the remote server name in the tabs of PhpStorm?
When working with a remote server via SSH, the opening tabs contain the name of the server in addition to the file name, which eats up a lot of space. Is there any way t ...
phpstorm
by
BarneyGumble
asked
Sep 20, 2021
2
votes
1
answer
How do I set up debug nest.js inside the IDE (PhpStorm || WebStorm)?
How do I set up debug nest.js inside the IDE (PhpStorm || WebStorm)?
Hello, everyone! I can't figure out how to configure PhpStorm (or WebStorm) to debug an application on NestJS. Doing this: As a result: 1) breakpoints are triggered ...
phpstorm
webstorm
typescript
by
ChernovGV
asked
Sep 20, 2021
1
vote
1
answer
Why doesn't PhpStorm see namespaces and classes?
Why doesn't PhpStorm see namespaces and classes?
A tip, connected to the project on a VPS via SSH, the project on simfoni, but PhpStorm does not see the namespace and classes, how to fix it? Composer install is done, e ...
phpstorm
by
vladislav997
asked
Sep 20, 2021
1
vote
2
answers
WebStorm для объектов JS?
WebStorm для объектов JS?
For some reason object methods and properties are not picked up in the PhpStorm autocomplete (also in WebStorm, specially put): Although, класс RepeatResultDTO содержит ...
phpstorm
webstorm
by
ChernovGV
asked
Apr 2, 2021
1
vote
1
answer
Why does PhpStorm see controller.php as a normal file, but all the others are fine?
Why does PhpStorm see controller.php as a normal file, but all the others are fine?
Can you tell me why PhpStorm sees all PHP files normally, and when you edit them too, namely controller.php as an ordinary text file, but if you rename it to controller2 ...
phpstorm
by
vladislav997
asked
Apr 1, 2021
1
vote
1
answer
Why can't the http variable be seen?
Why can't the http variable be seen?
I make this query in phpStorm GET http://{{host}}/v3/institution/menu/categories?id=310Content-Type: application/jsonAuthorization: Bearer {{token}}### Why does it say G ...
phpstorm
by
rusline18
asked
Mar 29, 2021
1
vote
1
answer
Why does PhpStorm 2017.2 hang when working on an empty Laravel project?
Why does PhpStorm 2017.2 hang when working on an empty Laravel project?
It lags even when scrolling large files in an empty Laravel project. It lags even when scrolling large files in an empty Laravel project. Ryzen R5-2500U, 8GB RAM. ...
phpstorm
by
Desvr95
asked
Mar 25, 2021
1
vote
1
answer
How to set up a mouse wheel click transition to a class in PHPStorm on Linux?
How to set up a mouse wheel click transition to a class in PHPStorm on Linux?
On windows, clicking with the wheel on the desired class would jump to it, on Linux, clicking with the mouse wheel would paste from the clipboard. How can I adjust the d ...
linux
phpstorm
by
artloveyou
asked
Mar 25, 2021
1
vote
2
answers
How do I create separate repositories for individual folders in a PhpStorm project and publish them on GitHub?
How do I create separate repositories for individual folders in a PhpStorm project and publish them on GitHub?
Hi! Initially, I do so- I manually create a repository on Github, clone it on my PC into all the projects folder, then create a project in the repository folder in PhpSt ...
github
phpstorm
by
Mesuti
asked
Mar 25, 2021
1
vote
1
answer
Why have the tooltips in PhpStorm dropped off when you write code?
Why have the tooltips in PhpStorm dropped off when you write code?
Stopped showing tips when you click on the lock gives out some kind of error... I couldn't find an answer on the internet ...
phpstorm
by
RGameShow
asked
Mar 25, 2021
1
vote
1
answer
How do I clone a project at once with a git?
How do I clone a project at once with a git?
I have a remote RNR project on my server. It has a git that looks at the remote repository. Usually a person goes in there, makes changes, connects via SSH, commits, flu ...
phpstorm
by
webzlodimir
asked
Mar 24, 2021
1
vote
1
answer
Storm keeps asking to be added to antivirus exceptions - is this normal?
Storm keeps asking to be added to antivirus exceptions - is this normal?
Each time you open a project, a window pops up at the bottom right asking you to add the project folder and the folder PhpStorm => system to antivirus exceptions, the ...
phpstorm
by
debian_Lenovo-B50-30
asked
Mar 24, 2021
1
vote
1
answer
Sonarlint bug for html close tag?
Sonarlint bug for html close tag?
<div class="color-blue text "> {{ 1000 < this.distance({}) ? 'KM' : 'M' }}/MIN </div> SonarLint: The tag "this ...
phpstorm
by
BonBonSlick
asked
Mar 23, 2021
1
vote
1
answer
How do I highlight the entire value between whitespace and parentheses?
How do I highlight the entire value between whitespace and parentheses?
$isRu = ($_SERVER'HTTP_HOST' == ru.3d-example.com) I forgot to put brackets, I have to spend time highlighting the text to the nearest space. Now I hold down ctr+shift ...
phpstorm
by
tereh
asked
Mar 23, 2021
1
vote
1
answer
Why doesn't PhpStorm offer a set of tags based on the first letter entered?
Why doesn't PhpStorm offer a set of tags based on the first letter entered?
For example, I enter a letter and I am offered tags with this letter 'b' body button and so on Although everything was working before the recent update. ...
phpstorm
by
invex
asked
Mar 23, 2021
1
vote
1
answer
How do I get the navigation back when viewing a file?
How do I get the navigation back when viewing a file?
Previously, when a file was opened, there was navigation at the top, and it was displayed in which folder it was located. And navigation was interactive and when you cli ...
phpstorm
by
MarkLb
asked
Mar 22, 2021
Page:
1
2
3
4
...
56
next »