Suggestion: Expand VSCode Extension Hovering Feature to Config Files
Closed this issue ยท 2 comments
noootch commented
Hello Ruff Team,
I really appreciate the feature in the VSCode extension where hovering over a # noqa
comment with a specific rule (e.g., # noqa: PLR2004
) displays information about that rule. However, this functionality currently only works within Python files.
Iโd like to suggest extending this feature to also support configuration files, such as pyproject.toml. This would enhance the user experience when managing rules in config files.
Thank you for considering this suggestion!
Best regards,
Chris
dhruvmanila commented
Thanks for the feature request. I'll merge this with #239 as it's similar.
noootch commented
Thank you.