Guillaume Ame

- 活动总数 39
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 14
-
已编辑于 extract to variable - how to configure suggestions ?
已回答Since a few days intellij gives me variables with both camelCase and underscore_case for variable name suggestion when extracting a variable. I don't know what I might have change that caused this ... -
已编辑于 JPA Code completion only partially working for a @Query
已回答In a Spring Boot 2 wth JPA project I have a custom query defined with @Query on top of a function definition in a custom method of a JpaRepository: public interface MyRepo extends JpaRepository<MyE... -
创建于 Groovy code format - how to format closure
Hello,I was trying to figure how to configure the format tool for Groovy in order to have pretty looking chained closures.Unfotunatelly I can't manage to get what I want.Do you know how can I achie... -
创建于 Strange editor behavior with GWT and grails inplace plugin
Hello,I don't know if this is really a bug from Intellij, so I try to collect information on this.On a grails project we are using GWT and our own modules.For ease of development, we are using the ... -
创建于 Svn - Changelist management
Hello,Is there any way to manage subversion's change-list ?I can create a new one and use it as default when I move to another change list and chose to create a new one.But how can I delete a chang... -
创建于 Plugins are downloaded but not available
I had some problem when migrating from version 10 to 11.I have some plugins that are note in the installed plugins list, but that are displayed in green and with a 'downloaded' status in the plugin... -
创建于 Is it possible to keep a directory marked as a source root after it has been deleted/recreated ?
I have a generated sources in my target dir.After each maven clean this dir is trashed and re-created.Then I have to tell to Intellij that the freshly created dir is still a source dir.It is annoyi... -
创建于 Best way to handle a grails project with inhouse plugins inside IDEA (v10)
Hello,Used to smooth java + maven development using intelli, I'm quite disapointed after having joined a grails chop because I'm spending too much time fighting with my tools:My current setup is to... -
创建于 HQL language injection using grails domain class - can not detect entity
In a grail project, I'm trying to use the very great feature 'language injection' to have compile time syntax checking in my HQL.I was happily using this feature with plain old java and Hibernate, ... -
创建于 Weblogic deployment of war using maven and provided dependencies
Hi,I'm trying to deploy a web application packaged in a war.This web app is part of a set of web apps packaged in an ear that is containing shared jars.For test purpose I don't want to deploy the f...