olivier.croisier
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
olivier.croisier commented, -
olivier.croisier created a post, Structural S&R : variableOfType suggestion ?
Dear IntelliJ users and developers,I'm trying to use Structural Search & Replace to achieve the following : replace all occurrences of System.out.println("foo") by <logger>.debug("foo"), where <log...