-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Linting/Completion is not working for custom blocks #2638
Comments
It is designed. |
Why? |
It can significantly increase maintenance costs. |
I elaborate: |
I can understand your thoughts. |
I understand that tooling is hard but this is a bit disappointing, it creates a sub-par experience for custom blocks :( Could you at least disable the default completions that are irrelevant in a custom block context? Look at this screenshot: Also, a related, desirable improvement: (If you wonder why everything's red in my screenshot, that's probably a eslint-plugin-vue bug, I reported vuejs/eslint-plugin-vue#1428) |
@jods4 the cause of the second one is unrelated to the original issue. Maybe you can read this issue microsoft/vscode#68647 for more info |
@jasonlyu123 I upvoted that VS Code issue 👍. It's old, not sure it's gonna make a difference. |
I fix it and it will release in 0.32.1. |
Info
Problem
Grammar custom block gives syntax highlighting but no completion nor linting.
Reproducible Case
Create a custom block like
test: "ts"
Generate Grammar for customBlocks and reload.
Syntax highlighting is on, but neither completion nor linting works.
The text was updated successfully, but these errors were encountered: