by inSenCite on 7/6/24, 12:27 PM with 4 comments
Do you have any favorite layouts, plugins, tips, etc. that make your dev work more efficient?
by ichik on 7/6/24, 1:18 PM
One more advice is installing vim mode extension and sticking with it for a few weeks. It takes some getting used to, but it is worth it.
by skydhash on 7/6/24, 4:26 PM
A few features I usually want are:
- A terminal if it’s not a TUI editor
- File search (constrained to the project workspace), fuzzy or substring based.
- Code Formatter
- Spellcheck for comments
- VCS integration. For the current file and for the project as a whole
- Launch System (compile, packaging, testing, servers,…)
I can drop some of this requirement if I can get a tiling window manager and a few terminals. What IDEs offers in extra is better understanding of the code and project’s framework (spring, android, .Net,… with their long names).by spikey_sanju on 7/7/24, 6:29 AM