Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Ability to toggle Rich Language Features for Markdown code blocks per document or code block #9

Open
AjayKMehta opened this issue Sep 2, 2021 · 0 comments

Comments

@AjayKMehta
Copy link

Thank you for making such a great extension that I use daily!

I love the the ability to have Rich Language Feature in Markdown code blocks but it would be great if you could disable it for certain code blocks especially if they contain code fragments (for illustration purposes) which generate false positives. Maybe this can be done by a special comment above the code block? At document-level would also be nice as sometimes you don't want it to apply to a document but still need it for other files in the workspace.

Example:

for (int i = 0; i < 10; i++)
{
    ....   // Not valid so generates warnings
    Foo();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant