Francis24

- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 14
-
Edited How to open project log file directly as fast as possible
AnsweredSince i open my project log file very often i'm searching for a way to open this file as fast as possible. Possibily with a single click or shortcut. Now i use the shortcut navigate to file -> type... -
Edited Navigating to blade views from controllers doesn't work
With PhpStorm 2018.2.1 i can't nomore navigate to blade views from controllers. This happens in projects where i store the views in a custom folder: private/resorces/views. If i use the default fol... -
Created PhpStorm 2018.1 font horizontal letter spacing
Coming from 2017.3 in 2018.1.3 i've found that with my editor font (Consolas) something has changed: now i've much more horizontal spacing between letters, and its' annoying and causing me an heada... -
Created 'Unused local variable' for variable in blade foreach loops
In every foreach loop of my blade templates i get an 'unused local variable warning' (check the image) also if i use the variable in the body of the foreach. Any idea on why it happens? -
Created How to select HTML tag and content via breadcumb
In Phpstorm 2017.1 i was able to select a HTML tag and his content by clicking with the right mouse button the tag name in the breadcumbs on the top of the page. In 2017.3 breadcumbs have changed, ... -
Created In PhpStorm can i omit the datbase name from a sql view DDL ?
If i open a view and select DDL i get something like this: CREATE VIEW myview AS SELECT `t`.`FOO` AS `FOO`, `t`.`BAR` AS `BAR`, FROM `mydatabase`.`mytable` `t` Is there an option thro... -
Edited How to make database console commands appear on sql-file editing
AnsweredSome days ago somehow i made appear the database console directly inside a .sql file: This is very useful, as i can immediately run the sql-commands in the file without copying them to the exter... -
Edited PhpStorm 2017.1: is it possibile to change the color of this javascript identifier?
As i'm stuck with this bug: https://youtrack.jetbrains.com/issue/WEB-26457 I'm searching for a work-around for my very-annoying issue. i'd like to know if, in some way, i could change the color of ... -
Created Javascript Fonts color problem with PhpStorm 2017.1
I've a strange problem since 2017.1. In JS i've set my main text of a blue color. Now as of 2017.1, some of my function/properties font are displayed in black, while in 2016.3 they were correctly i... -
Edited PHPStorm 2016.3: sql generic dialect needs database prefix to autocomplete tables and colum names
In Phpstorm 2016.1 i had the 'generic' SQL dialect for all of my project's files and i was able to auto-complete mysql table names and fields in PHP snippets by referencing directly the table. Exam...