Recommended new tools!!!
-
Directory tree navigation, multi-tab switching: Display the structure of the code in a tree shape, which facilitates navigation in the directory, and supports opening files in tab mode.
-
Code structure analysis, precise syntax highlighting: When viewing the code, the structure member list is displayed. Click to jump to the corresponding defined code; precise code highlighting, including variables, keywords, methods, Classes, parameters, etc.
-
Hover the mouse to explain, click to jump: Move the mouse over the called method, and the definition of the method, including parameter types, etc. will be displayed; click on the called method to pop up a small window to view the method specific implementation.
CodeInsight link: https://coding.net/marketing/codeinsight
|