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

Qute completion doesn't work when there is a line separator. #883

Open
angelozerr opened this issue Jun 12, 2023 · 0 comments
Open

Qute completion doesn't work when there is a line separator. #883

angelozerr opened this issue Jun 12, 2023 · 0 comments
Labels
bug Something isn't working completion qute

Comments

@angelozerr
Copy link
Contributor

Given this Qute template, completion triggered on | shows methods of String:

{@String foo}
<div>{foo.|</div>

If the end div is set on a new line:

{@String foo}
<div>{foo.|
</div>

completion doesn't work.

@angelozerr angelozerr added bug Something isn't working completion qute labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completion qute
Projects
None yet
Development

No branches or pull requests

1 participant