autoDocstring icon indicating copy to clipboard operation
autoDocstring copied to clipboard

Improve class and function definition identification

Open PhilipNelson5 opened this issue 10 months ago • 0 comments

If a function uses the words class or def in it's signature, it breaks the definition identification. This expands the match to include the function/class name and arguments to disambiguate this case.

closes #190

PhilipNelson5 avatar Apr 02 '24 08:04 PhilipNelson5