Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bence Szalai
Total activity
25
Last activity
July 12, 2022 21:11
Member since
December 29, 2017 13:45
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
6
Activity overview
Posts (1)
Comments (10)
Sort by recent activity
Recent activity
Votes
Edited
September 03, 2020 08:43
Regarding point 2.: require.context() is a webpack thing, but it is not really a method, more like a directive. During build whenever webpack finds a `require.context()` it internally understands a...
Community
WebStorm
"ES6 Promise: unresolved" with flow
1 vote
Created
September 04, 2019 22:17
I have a kind of similar issue: - All files are shown in the coverage tool window, but the "statistics, %" column is empty for all files and folders - When opening the files in the editor, the cove...
Community
PhpStorm
PHPUNIT CODE COVERAGE STATISTICS BLANK?
0 votes
Created
June 11, 2019 11:36
Yep, https://youtrack.jetbrains.com/issue/WI-45040 is the one for this issue. Although I don't think that is really a duplicate of WI-18907... more like related. I'll wait for WI-18907 anyway and s...
Community
PhpStorm
Description not displayed from inherited @return PHPDoc?
0 votes
Created
June 09, 2019 18:26
Actually it is the same for @throws. Not inherited :(
Community
PhpStorm
Description not displayed from inherited @return PHPDoc?
0 votes
Edited
June 08, 2019 21:12
Hi! I've just faced the same issue as Courtney and for me the issue you have linked seems unrelated. The issue here is that - sticking to the example of Courtney - while PHPStorm (at least partly) ...
Community
PhpStorm
Description not displayed from inherited @return PHPDoc?
0 votes
Created
January 30, 2019 11:01
>>The first thing I noticed was phpstorm is duplicating my @params attribute >Must be some index/cache issue. I'm very rarely seeing it and cannot say for sure why it's happening.I have the same is...
Community
PhpStorm
Overwritting phpdoc
0 votes
Created
January 27, 2019 08:43
@Andriy Bazanov I did a quick test. For me, looks like it does not work with $_GLOBALS, but very usefull plugin nevertheless, so thanks for the recommendation!
Community
PhpStorm
autocomplete with object in $GLOBALS array
0 votes
Edited
January 26, 2019 16:56
Looks like it's still the same.For now the most elegant way to use autocomplete is this: `global $boom; $boom...` in one line.
Community
PhpStorm
autocomplete with object in $GLOBALS array
0 votes
Created
January 23, 2019 18:45
Thanks, done: https://youtrack.jetbrains.com/issue/WI-45080
Community
PhpStorm
Semantic Highlighting of Class fields
0 votes
Created
December 29, 2017 13:45
Thank you for the information guys, I've been facing the same issue, almost driven me crazy. It's the kind of problem even hard to search for online, as describing the behaviour is tricky in itself...
Community
IntelliJ IDEA Users
Strange text grabbing behavior in IDEA
0 votes