Dear Developers,
What are some tools or quick hacks that you use when writing software which makes you productive. Whether it can be configuring shell,text editors and etc
Nice, I am also investing time into learn more about vim, btw have you tried kakoune editor its very similar to vim and provides auto suggestion feature
Thanks for mentioning API tools. By the way I have been heavily using sublime text but now I am investing some time to learn vim since I want to get into DevOps eventually
- Dash (https://kapeli.com/dash) for browsing documentation locally (often faster than searching the web when you know what you are looking for), alternative: https://devdocs.io (works in browser), Zeal (https://zealdocs.org, for Windows & Linux)
- Sublime Merge for solving merge conflicts and committing individual lines (I'm for command line when working with Git, but `git add -p` is often frustrating, with Sublime Merge it's very easy once you got used to the tool)
10 comments
[ 2.8 ms ] story [ 38.4 ms ] threadExternal: Taking breaks (brew coffee, walk around), sleep well.
- Quick hacks: Moya library (https://github.com/Moya/Moya) for categorizing API route, Diff Algorithm for reloading huge UITableView efficiently
- Others: Have a dog and sleep well :)
- Sublime Merge for solving merge conflicts and committing individual lines (I'm for command line when working with Git, but `git add -p` is often frustrating, with Sublime Merge it's very easy once you got used to the tool)