Kylescousin
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 19
-
Created Formatting HTML is not working anymore
Since a few days ago, I get a message that the code is already properly formatted, no matter how badly formatted it is.Screenshot attached. I have everything set in code style->html - nothing has c... -
Created Blade syntax in Laravel 5 changed.
Hi,Phpstorm used to recognize the templating engine from Laravel. They used {{ ... }} to enclose content.In Laravel 5 they use {!! ... !!} - which PHPstorm does not recognize anymore.Can this be fi... -
Created Laravel 5 Blade syntax highlighting and auto completion not working anymore.
Lots of changes were introduced in Laravel 5. Both in structure and syntax.So the autocompletion and color coding are not working anymore in blade files.Can this be fixed in the next release please... -
Created Possible to FTP upload to 2 different locations from within the same project?
Hi,Situation is as follows:1 laravel application, lives in 1 folder locally.On the server, the laravel app directory can't be stored in the public_html directory, so it's one directory higher:/home... -
Created Blade code formatting is not doing anything in 8.0.2 EAP
Can we please have the feature to code format .blade.php files?It should have the same rules applied that are set in how to format html files.Frank -
Created How to upload all OPENED files?
Hello,Got an FTP connection to a server.I can upload individual files and the entire project, but I don't see any options to upload only the opened files.Is there a way to do this?Grtz -
Created Css auto formatting: all properties on 1 line only works if there is 1 property
Hello,In code styling->css I have the option "keep single line blocks" ticked.However, it does this only on classes with 1 property.Is there a way to make the css auto format put all properties on ... -
Created PHPStorm constantly use 10+% CPU and 650MB+ RAM and a constant disk transfer of 12 MB/s - is this normal?
I recently bought the paid version and I have one concern.When minimized I see a green progress bar on the PHPstorm icon, moving extremely slowly... The active project contains many 1000s of files ... -
Created I just ordered PHPStorm - How long do I have to wait to get the license key?
Hello,My trial has expired and I purchased PHPStorm.I got a confirmation mail for the order, but no license key.Can you please send me the key ASAP, because I have no access to the program anymore.... -
Created Local webserver + FTP to online server
Been doing the trial of PHPstorm since yesterday, but one thing i can't find...The problem is that I'm using a webserver on localhost... but I also need the option to "put/upload" and "get/download...