Tunisoft Solutions
- Total activity 174
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 33
- Subscriptions 44
-
Created Console color
Hi, When I run an external tool, the console shows no colors This screenshot shows the difference between the console and the terminal Is there a solution/workaround? Cheers -
Edited [SOLVED] Lost all configuration after last update
Hello, After today's update, PhpStorm lost all config I have two folders /home/user/.PhpStorm2018.1 /home/user/.PhpStorm2018.2 But I cannot import these settings because it says "Cannot find file '... -
Created Phpstorm hangs after a right click
Hi, My IDE hangs when I right click an editor tab or in the editor or in the file tree Is this a know issue? How can I avoid it? Thank you I'm on Debian PhpStorm 2018.1.4Build #PS-181.5087.24, buil... -
Created Lost some php intentions after disabling plugins
Hi, I uninstalled a number of plugins to increase performance but then I seem to have lost the ability to generate a class method from usage So after hitting alt+enter, I don't get the usual intent... -
Created Registering PhpStorm
AnsweredHi, I can't find a way to enter my license details in PhpStorm EAP Is it possible to register the EAP version? Cheers PhpStorm 2018.1 EAPBuild #PS-181.3986.12, built on February 28, 2018PhpStorm EA... -
Edited Emmet & font-size
Hello, It's strange that "fsize" doesn't return font-size but font-style insteadI also tried "fonsi" "fsi" and got the same result Is it an issue with Webstorm or with a 3rd party lib? Can you repr... -
Created Cyclic completion improvement
Hello, I use cyclic completion a lot but I found one inconvenience, It would be better if it was session based for example. That way, a word would still be suggested although the file has been clos... -
Created Expand live template inside file template
Hello, Is there an easy way to include a live template and make it expand on new file creation? I created a live template named "copyright" which contains a year variable and I want to include ... -
Created Hide menu bar
Hello, I want to hide the menu bar (File - Edit - ...) Is that possible in phpstorm? Thank you -
Created Mouse over property doesn't show value in debug mode
AnsweredHello, When I mouse hover "height" in "$this->height", I don't get a value tooltip I have to select "$this->height" in order to view the value What am I missing? Is there an option I should enable?...