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 votes
Recent activity
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
December 11, 2011 11:27
On OS X you can Ctrl+Click on the windows title bar. This will show a popup with the full path (just like in Finder), which you can use to navigate the path in Finder.Bas
Community
IntelliJ IDEA Users
Is there any way to display the full path of the file in IntelliJ's menu bar?
2 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
May 20, 2017 09:10
1. Yes. You get a LocalInspectionToolSession every time your buildVisitor() method is called. This is for every inspection pass over a file or part of a file, so multiple inspections can receive th...
Community
IntelliJ IDEA Open API and Plugin Development
Local inspection tool's session
1 vote
Created
December 28, 2009 10:50
Use "View > Select In... (Alt+F1)" and a popup will appear where you can select the proejct view. Bas
Community
IntelliJ IDEA Users
Shortcut for 'scroll from source'
1 vote
Created
December 12, 2014 14:40
An answer using Structural Search (or as I like to call it "Find Usages on Steroids").To find all calls to methods of a specific class in Java code you can use a query like the following:$a$.$metho...
Community
IntelliJ IDEA Users
How can I search for all method calls to a specified interface or class?
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
Next
›
Last
»