We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In general, we need to have "simple" autocomplete or resolution logic improvements for our users.
Best way to do it - have special file, with useful information and notations
like: https://github.com/Microsoft/vscode-css-languageservice/blob/main/docs/customData.md
we could figure out way to configure same files for uELS
related issue #151
The text was updated successfully, but these errors were encountered:
shema:
{ "version": 1, "registry": { "components": { "my-component": { "description": "foo-bar", "arguments": { "age": { "description": "user age", } } } } } }
Sorry, something went wrong.
No branches or pull requests
In general, we need to have "simple" autocomplete or resolution logic improvements for our users.
Best way to do it - have special file, with useful information and notations
like: https://github.com/Microsoft/vscode-css-languageservice/blob/main/docs/customData.md
we could figure out way to configure same files for uELS
related issue #151
The text was updated successfully, but these errors were encountered: