Guilherme Taffarel Bergamin
- Total activity 40
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 13
- Subscriptions 10
-
Created IntelliJ lost all my IDE settings over night
AnsweredIntelliJ Ultimate lost all IDE-wide settings, such as the list of previously opened projects, code style, etc. and some project specific settings, such as git credentials and which tabs are opened ... -
Created Why does IntelliJ recommends using DECODE instead of CASE in SQL queries?
AnsweredIn a query with column defined as so: I get this warning: It's notorious the fact that `DECODE` is terrible for readability. This one is kind of fine, but if you have a lot of branches, it's almo... -
Created Is it possible for WebStorm to detect if an API endpoint is deprecated?
I'm working on several systems with Java Spring backend and Angular frontend. These Angular apps may use several of these Spring backends through endpoints, but each 3 or 4 of them are maintained b...