|
|
|
|
|
by sa46
2342 days ago
|
|
I adore IntelliJ. Some neat features I've discovered recently. - Structural replace is sed with ASTs. It's really cool. https://www.jetbrains.com/help/idea/structural-search-and-re... - Task tracking to report how long you spend on a task. This is nice to see how far off the estimate was and include integration with Jira. - The database extension (datagrip) is awesome for figuring out Database structure and building queries with auto-complete. I'm looking forward to performance improvements. I get bouts of ~150ms typing latency which are not fun. |
|