Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Bas Leijdekkers
Total activity
1072
Last activity
March 14, 2024 19:13
Member since
May 15, 2003 14:47
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
426
Activity overview
Articles (0)
Posts (41)
Comments (605)
Sort by recent activity
Recent activity
Votes
Created
March 14, 2024 19:13
> Is this because this is a static method and this only works for instance methods?Basically yes. The qualifier of an instance method call is an expression, has a value, and therefore has a type. T...
Community
IntelliJ IDEA Users
Structural search - method calls for a particular static method
1 vote
Created
March 21, 2023 15:53
This indeed seems to be a regression in 2022.3. Could you file an issue in YouTrack? https://youtrack.jetbrains.com/newIssue?project=IDEA Bas
Community
IntelliJ IDEA Open API and Plugin Development
RenameInputValidatorEx no longer shows error messages
0 votes
Created
August 26, 2022 08:47
What you can do is first Find Usages on the `onWizardSectionSwitch()` method in `WizardSectionSwitchHandler`. Change the settings so only the `Implementing methods` are found. After you have the se...
Community
IntelliJ IDEA Users
Structural Search Help: Method Invocation inside Method Implementation?
0 votes
Created
July 27, 2021 19:05
Official comment
This message is from a plugin. The plugin tries to invoke a method via reflection that no longer exists in 2021.1. Probably this is the Azure DevOps plugin. Bas
Community
IntelliJ IDEA Users
Logs show 'NoSuchMethod' for DarculaUIUtil.paintFocusRing
0 votes
Edited
December 23, 2020 16:31
Official comment
Something like the following should get you a little closer to your desired result: <replaceConfiguration name="Misnamed Integration Test" text="class $Class$ extends $TestCase$ {}" recursive="fals...
Community
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 votes
Created
December 17, 2020 11:25
1. No, there is currently no way to change this. You could file an issue for this problem if you want to see it fixed. 2. That seems like a bug. Could you give a concrete code example? 3. Unfortuna...
Community
IntelliJ IDEA Users
Structurally Replace with Static Import
0 votes
Edited
December 15, 2020 15:46
Official comment
If all you want to is add a static import for the code structure you found, use a replace template identical to the search template. When "Use static imports" is enabled, Structural Search tries to...
Community
IntelliJ IDEA Users
Structurally Replace with Static Import
0 votes
Created
October 26, 2020 19:33
Official comment
If you select a search target, this refers to the entire construct with that name. In this case the entire class. To get the result you want, replace the entire class, e.g. with a search pattern li...
Community
IntelliJ IDEA Users
Structual Replace should only replace class name
0 votes
Created
September 29, 2020 15:39
Also if you are just missing the little guy watching you code, you can add him back to the status bar using this plugin: https://plugins.jetbrains.com/plugin/15111-hector-the-inspector
Community
WebStorm
I am missing the inspector-with-the-hat icon in the lower right.
3 votes
Created
June 12, 2020 07:30
I have answered in the issue. Bas
Community
IntelliJ IDEA Users
SSR - Replacement regex group variables in Structural Replace templates
0 votes
Next
›
Last
»