Closed poof86 closed 9 years ago
I will see what I can do. In the meantime, it would be a great help if you could provide some samples of function definitions in python and a list of what you would expect to see in the outline in return.
I'm quite new to python, just started a few days ago, but here are the keywords that I think the outliner should pick up:
def functionname(arguments):
class Classname(subclassname):
def classfunction():
#code
Python works with indentations to distinguish scope and doesn't use ';' to separate lines (weird right?). So it's just 'def' and 'class' for now I guess. If I bump into any other keywords I'll add them here
I implemented it like this right now: Please test it by installing from URL if you like.
I've become dependent on this extension (it's great!), but now that I have to write something in python it seems outline list doesn't work 😞
Could you please add outline support for python too?
Thank you!