Victor Rentea
- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
创建于 How to access "find usages" functionality from my own plugin?
已回答I am implementing some advanced refactoring support for java and I want to reuse the existing "Find Usages" of a local variable, specifically to whether a reference to that variable is a "READ" or ... -
创建于 Add a maven library to the test fixture of a plugin
已回答I want to test a plugin adding several inspections related to commonly used frameworks like Lombok and Hibernate(JPA). In my automated plugin tests I am trying to configure a project in my fixture... -
创建于 Analyze Parameter Mutation - Code inspection
已回答HI all, I dream of a way to hint at method call site whether a parameter mutates somewhere in the call tree under that method. Any fields that change could be collected and presented like checkC... -
已编辑于 Changing the background color/image of a specific editor
已回答I am building a plugin to help me do more engaging live presentations. 1) I want to set the background image of a specific editor. Is there any way to do that? I know about setting a background ima...