主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Bas Leijdekkers
活动总数
1072
最后的活动
2024年03月14日 19:13
成员加入日期
2003年05月15日 14:47
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
426
活动概览
文章(0)
帖子(41)
评论(605)
按最近的活动排序
最近的活动
投票数
创建于
2020年09月29日 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
社区
WebStorm
I am missing the inspector-with-the-hat icon in the lower right.
3 票
创建于
2011年12月11日 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
社区
IntelliJ IDEA Users
Is there any way to display the full path of the file in IntelliJ's menu bar?
2 票
创建于
2024年03月14日 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...
社区
IntelliJ IDEA Users
Structural search - method calls for a particular static method
1 票
创建于
2017年05月20日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Local inspection tool's session
1 票
创建于
2009年12月28日 10:50
Use "View > Select In... (Alt+F1)" and a popup will appear where you can select the proejct view. Bas
社区
IntelliJ IDEA Users
Shortcut for 'scroll from source'
1 票
创建于
2014年12月12日 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...
社区
IntelliJ IDEA Users
How can I search for all method calls to a specified interface or class?
1 票
创建于
2023年03月21日 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
社区
IntelliJ IDEA Open API and Plugin Development
RenameInputValidatorEx no longer shows error messages
0 票
创建于
2022年08月26日 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...
社区
IntelliJ IDEA Users
Structural Search Help: Method Invocation inside Method Implementation?
0 票
创建于
2021年07月27日 19:05
正式评论
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
社区
IntelliJ IDEA Users
Logs show 'NoSuchMethod' for DarculaUIUtil.paintFocusRing
0 票
已编辑于
2020年12月23日 16:31
正式评论
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...
社区
IntelliJ IDEA Users
Structural Replace script to rename class renames class and deletes file content
0 票
下一页
›
最后
»