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

add code-completion #8

Open
GitMensch opened this issue Feb 5, 2023 · 2 comments
Open

add code-completion #8

GitMensch opened this issue Feb 5, 2023 · 2 comments
Labels
enhancement New feature or request hard Hard problem needing external help help wanted Extra attention is needed question Further information is requested

Comments

@GitMensch
Copy link
Contributor

GitMensch commented Feb 5, 2023

ideal would be context-sensitive code completion, but a general list of the words in the tmLanguage file alone would already be useful; it seems this would be done by languages.registerCompletionItemProvider.

@pirpyn pirpyn added enhancement New feature or request question Further information is requested labels Feb 5, 2023
@pirpyn
Copy link
Owner

pirpyn commented Feb 5, 2023

Never done it, i'll have a look at the doc. I'll see in 2-3 days.

@pirpyn
Copy link
Owner

pirpyn commented Feb 7, 2023

This will needs a Language server. We can create one from the vscode documentation.
I have to evaluate how much time it could take.

@pirpyn pirpyn added hard Hard problem needing external help help wanted Extra attention is needed labels Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard Hard problem needing external help help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants