python-docstring-highlighter icon indicating copy to clipboard operation
python-docstring-highlighter copied to clipboard

Syntax highlighting for Python Docstring in VSCode.

Results 4 python-docstring-highlighter issues
Sort by recently updated
recently updated
newest added

I just installed it but it's not working. Do I need to press some key combo or something? I didn't see any mentions to this. I might be doing something...

Using the google docstring format, the return type is not properly highlighted when using type hints from the typing package. Also should the return type not be highlighted as the...

enhancement
question

![image](https://github.com/user-attachments/assets/ddfa7f29-6d39-456c-b308-06f36c733033) ```python def shell_exec(*, args:list[str]|str, timeout: int = 150) -> tuple[CommandOutput, list[str]|None]: """Execute a shell command with subprocess. Args: args: Command and arguments to execute. timeout: Maximum time in seconds...

question

Does not properly recognise the 'See Also' section of the numpy format because the header has a space in it. Also, for instances where a parameter description is multiple lines,...

enhancement