[Geany] tags file classes

Oliver Marks oliver.marks at xxxxx
Wed Oct 6 13:04:35 UTC 2010


can the custom tag files handle classes so it only autocompletes methods

under the class, so if i type myclass. it woudl then list func1 func2

and func3 so if i declare test as an instance of myclass typing test.

should also list the methods. 

 

Can we currently do this ? and if we can whats the format for the tags

file ?

 

myclass:

        def func1():

                pass

        def func2():

                pass

        def func3():

                pass

 

test=myclass()

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geany.org/pipermail/users/attachments/20101006/e7649801/attachment.html>


More information about the Users mailing list