Question

Is there a way that eclipse (edit: under windows) folds all comments and docstrings automatically when I open a python file?

Was it helpful?

Solution

This feature (which is available for JDT) is not currently available for PyDev.

Please enter a feature request for that -- or if you really want that fast, you can get the PyDev source code and provide a patch for that feature ;)

http://pydev.org/developers.html

OTHER TIPS

By default the loop and condition folds are disabled, to enable them go to Window -> Preferences -> PyDev -> Editor -> Code Folding. Apply code folding to all entries

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top