Hi
I use sublime to write python and c++ code.
The one think I am missing is to see whenever a function begins. At the moment, I use a comment line to seperate them. It would be nice if suplime can do this for me automaticaly.
Regards
Sascha
Example:
function A {}
function B {}
function C {}