Guillaume Ame
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 14
-
Edited extract to variable - how to configure suggestions ?
AnsweredSince 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 ... -
Edited JPA Code completion only partially working for a @Query
AnsweredIn 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...