主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Sandy Beijer
活动总数
12
最后的活动
2021年01月08日 15:45
成员加入日期
2018年10月12日 11:40
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
4
活动概览
帖子(0)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2021年01月08日 15:44
Same Problem. Thanks Riku Nevala, your tipp helps me. Try checking (and removing all) your debug-watches, they seem to somehow leak into this.
社区
PhpStorm
Load error: undefined path variables every time project opens
0 票
创建于
2019年01月24日 08:22
Feature Request: https://youtrack.jetbrains.com/issue/WI-45075
社区
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 票
创建于
2019年01月23日 13:28
Can you add it as feature request?
社区
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 票
已编辑于
2019年01月23日 13:17
Yes the second example is a result of surrounding $toSurround with quotes. And the dots come from manually writing. Surrounding with dots is what i needed. I have often this situation.
社区
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 票
创建于
2019年01月23日 12:50
I miss the point for surrounding.[php]$example = "Surround me $toSurround , please!";[/php]to[php]$example = "Surround me ".$toSurround." , please!";[/php]Select $toSurround and surround with quote...
社区
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 票