Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Andriy Bazanov
Follow
New posts
New posts and comments
Total activity
14059
Last activity
May 13, 2022 22:17
Member since
July 22, 2010 13:43
Following
0 users
Followed by
1 user
Votes
695
Subscriptions
5050
Activity overview
Posts (1)
Comments (8313)
Sort by recent activity
Recent activity
Votes
Edited
November 22, 2021 15:24
Hi there, Use a simple Paste: "Edit | Paste | Paste as Plain Text" (Ctrl+Alt+Shift+V here on Windows keymap). Alternatively disable the corresponding option: Settings/Preferences | Editor | Genera...
Community
PhpStorm
yml file text paste separating into newlines
1 vote
Created
November 19, 2021 13:16
@Mvermand It seems though that you need to right-click on a empty part of the line, else you get a reference to the object that was clicked upon. Correct. That's because that action is content de...
Community
PhpStorm
Simple copy path with line number
0 votes
Edited
November 18, 2021 11:30
The same on StackOverflow: https://stackoverflow.com/q/70009146/783119 P.S. It's .editorconfig file and trim_trailing_whitespace there.
Community
PhpStorm
PHPStorm doing something weird with blank lines and whitespaces
1 vote
Created
November 17, 2021 20:52
@Nina ...but the funny thing is that I had to set BOTH remote_host and client_host to host.docker.internal and BOTH remote_port and client_port to 9000 to get it working!That's somewhat confusing,...
Community
PhpStorm
Unable to get PHPStorm to connect to xdebug running in WSL 2
2 votes
Edited
November 16, 2021 12:15
@Malutanpetronel In my case it type "u underlined" What's your primary keymap / language selected? Does not sounds like it's English (as it has no "u underlined" symbol). For me it looks like you...
Community
PhpStorm
uppercase,lowercase, capitalize some text
0 votes
Edited
November 11, 2021 19:09
So that can be https://youtrack.jetbrains.com/issue/WI-63897 as per link in my first comment. If it's some another issue -- I do not know which one. But I could not make the desired result in curre...
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Created
November 11, 2021 18:50
What is the correct indent should be instead? Like this (#1)? if ($this->currentUser->isImportantPerson() || $this->currentUser->example( $campusId ?? $currentCampusId)) { or like this perhaps ...
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Created
November 11, 2021 17:40
notice the 2 indents before $campusId. That looks like a correct indent if you need to keep every function parameter on a separate line: $this->currentUser->example( $campusId ?? $currentCampusI...
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Edited
November 11, 2021 13:47
Hi there, My guess is that this happens because of this fragment formatting: $this->currentUser->example( $campusId ?? $currentCampusId) Based on the above I say: check what you have for "Cod...
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Created
November 09, 2021 12:43
@Ricardo Elena, don't understand your comment: you're linking to the same page you are writing on ? Yes -- to a specific comment: Can't reproduce with similar code Please could you share a sam...
Community
WebStorm
Component or directive matching router-outlet element is out of the current Angular module's scope
1 vote
«
‹
4
5
6
7
8
9
10
11
12
13
14
›
»