Francis24
- 活动总数 54
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 14
-
创建于 Why can't i make generics work on phpstorm ?
Hello, i've phpstorm 2023.2.2 and i'm trying to make a base generics example work, but without succes. The example is taken directly from this Jetbrain's video:https://www.youtube.com/watch?v=uLX1Z... -
已编辑于 background color for blade directives has changed
After the update to 2023.1.4 i'got a problem. The background color for the blade directives overflows the directive and spans until the next line of code. you can see the difference in the attached... -
创建于 IDE sometimes loses track of TODO items
sice i've upgraded to 2022.1 version i have a strange bug with TODO line comments. When i create the TODO all is ok, but, sometimes, when i change the active file and come back to the one with the ... -
创建于 Automatically use a default data source in a new .sql file
On phpstorm 2022.1 when i create a new .sql file there is no default session and no data source attached to it. So i need to use 'attach session' every time a new file is created (i use many of the... -
已编辑于 How to open project log file directly as fast as possible
已回答Since 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... -
已编辑于 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... -
创建于 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... -
创建于 '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? -
创建于 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, ... -
创建于 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...