Guilherme Taffarel Bergamin
- 活动总数 52
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 18
- 订阅数 11
-
创建于 IntelliJ lost all my IDE settings over night
已回答IntelliJ 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 ... -
创建于 Why does IntelliJ recommends using DECODE instead of CASE in SQL queries?
已回答In 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... -
创建于 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...