Gilles PHILIPPART
- 活动总数 241
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 89
-
Gilles PHILIPPART 创建了一个帖子, Support for upcoming cucumber-jvm
Hi,Can you consider bringing support in IntelliJ for Cucumber which is being ported to the jvm world ?There was a discussion recently on this topic here : https://groups.google.com/forum/?fromgroup... -
Gilles PHILIPPART 创建了一个帖子, New feature idea to improve code refactoring for readability
If you're interested, please vote for it :Suggest extract method name with nearest comment above block: http://youtrack.jetbrains.net/issue/IDEA-80000?query=problems+view&projectKey=IDEA -
Gilles PHILIPPART 创建了一个帖子, Clearcase plugin for community edition
Hi,i'm trying to write a Clearcase plugin for community edition. So I wrote a few lines of code, a class that extends AbstractVcs.Now when i try to run the plugin configuration, the sandbox Intelli... -
Gilles PHILIPPART 创建了一个帖子, Please allow git access via http for people with restrictive proxy
Everything is in the title...I'm behind a corporate proxy and cannot access the IntelliJ sources with the git protocol.I have access to git repos with http though, but jetbrains one is not configur... -
Gilles PHILIPPART 创建了一个帖子, External annotations questions
Hello, I have two questions about external annotations :- how do you see visually that a method has been annotated ?- can you migrate from external annotations to source code annotations, and how ... -
Gilles PHILIPPART 创建了一个帖子, Quickfix shoud apply to all quickfixable subitems
I filed a usability issue on the fact that you can't always globally quickfix items : http://youtrack.jetbrains.net/issue/IDEA-26382 -
Gilles PHILIPPART 创建了一个帖子, Inspection results memory usage
Hello,I just ran an inspection profile with 5 easy to fix items : Redundant field initializationUnnecessary parenthesesRedundant throws clauseUnused assignmentRedundant type castThe run detects 857... -
-
Gilles PHILIPPART 创建了一个帖子, VCS exclude files
Is it possible to configure VCS file exclusion in such a way that the configuration would end up in vcs.xml instead of workspace.xml (which i do not put under version control) ? -
Gilles PHILIPPART 创建了一个帖子, Code maturity issue
Hello,Is there any inspection that would detect trivial code such as :<code>public boolean equals(Object obj) { return super.equals(obj); }</code>and clear it ?