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

autocomplete preparations #427

Merged
merged 11 commits into from Feb 11, 2023
Merged

autocomplete preparations #427

merged 11 commits into from Feb 11, 2023

Conversation

felixroos
Copy link
Collaborator

@felixroos felixroos commented Feb 9, 2023

uses jsdoc to populate autocomplete entries:

image

todo: be context aware, show methods only after a dot, show top level functions only on top level etc..
see https://codemirror.net/examples/autocompletion/ (Completing from Syntax)

@felixroos
Copy link
Collaborator Author

waiting for uiwjs/react-codemirror#458

@felixroos felixroos marked this pull request as ready for review February 11, 2023 19:59
@felixroos felixroos changed the title autocomplete autocomplete preparations Feb 11, 2023
@felixroos
Copy link
Collaborator Author

As it's not clear when the upstream PR will be merged, I'll merge this now to prevent potential conflicts (there are a lot of small changes in many files). For now I've disabled the autocomplete, as it looks bad on many themes.

@felixroos felixroos merged commit dd51bd0 into main Feb 11, 2023
@felixroos felixroos deleted the docs branch February 11, 2023 20:02
@felixroos felixroos mentioned this pull request Feb 25, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant