Feature Showcase: View Code Descriptions in the Code Browser


Use the Code Browser to view the help documentation embedded in source files.

Before you start: Open the preprocess.kpf project, located under <komodo-installdir>\samples\python_tutorials\

Open the preprocess.kpf project. View the project in the Projects tab.




Double-click the preprocess.py file. The file opens in the Editor Pane in a preprocess.py tab.




Click the Code tab.




Click the '+' to expand the preprocess tree hierarchy. The tree contains all code constructs (variables, methods, imports, etc.) in the preprocess.py program.




Click the Show/Hide Description button.




View the Code Description pane to read the help documentation embedded in the preprocess.py source file.