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

custom data source support for modern/legacy projects #329

Open
lifeart opened this issue Oct 20, 2021 · 1 comment
Open

custom data source support for modern/legacy projects #329

lifeart opened this issue Oct 20, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@lifeart
Copy link
Owner

lifeart commented Oct 20, 2021

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

@lifeart lifeart added the enhancement New feature or request label Oct 20, 2021
@lifeart lifeart changed the title custom data support for modern/legacy projects custom data source support for modern/legacy projects Oct 20, 2021
@lifeart
Copy link
Owner Author

lifeart commented Mar 29, 2022

shema:

{
 "version": 1,
 "registry": {
    "components": {
       "my-component": {
          "description": "foo-bar",
          "arguments": {
              "age": {
                  "description": "user age",
               }
           }
       }
    }
 }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant