Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 4.2 KB

README.md

File metadata and controls

62 lines (51 loc) · 4.2 KB

Here is a list of tools that I use in my daily life as a developer

Web

Desktop

CLI

Most of your IDEs offer cli integration. For exemple use idea for intellij or code for vscode to easily open project directly from your terminal

Intellij

  • Sync Settings => Synchronise your settings to avoid re-configuration every time you change your computer
  • GitToolBox => Better git integration
  • Grep Console => Better console viewer
  • Rainbow Brackets => Stop losing your brackets
  • SonarLint => Sonar directly in your IDE
  • CodeMetrics => Provides inlay indicators based on a customizable complexity calculation for Java files

Tech Watch