For example, if each class method has standard docblock comments written, how can sublime automatically prompt its method parameters and return types according to the docblock comments when entering members of this class?
For example, if each class method has standard docblock comments written, how can sublime automatically prompt its method parameters and return types according to the docblock comments when entering members of this class?
There doesn’t seem to be such a thing? CTags may partially meet your requirements? After all, it is just an editor, not an IDE