Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Sandy Beijer
Total activity
12
Last activity
January 08, 2021 15:45
Member since
October 12, 2018 11:40
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
4
Activity overview
Posts (0)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
January 08, 2021 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.
Community
PhpStorm
Load error: undefined path variables every time project opens
0 votes
Created
January 24, 2019 08:22
Feature Request: https://youtrack.jetbrains.com/issue/WI-45075
Community
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 votes
Created
January 23, 2019 13:28
Can you add it as feature request?
Community
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 votes
Edited
January 23, 2019 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.
Community
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 votes
Created
January 23, 2019 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...
Community
WebStorm
Webstorm: How to add surround quote, parentheses,... when I highlight a some text
0 votes