Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Highlighting docstrings as comments instead of strings #227
Comments
|
Found that this is an issue with the default VSCode color scheme, Dracula Official fixes this issue. |
Is there a possibility to highlight docstrings differently than normal strings?
I'm delving into a big repository but the long docstrings (usually marked identical to multi-line strings except that it's not assigned anywhere) are throwing me off the trail of the actual code.
In the image, the actual code starts at line 1183.