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

Issue with intellisense in 'regular' text. #4

Closed
cfjedimaster opened this issue Jun 23, 2022 · 1 comment
Closed

Issue with intellisense in 'regular' text. #4

cfjedimaster opened this issue Jun 23, 2022 · 1 comment

Comments

@cfjedimaster
Copy link

I'm seeing the extension be a bit aggressive in terms of suggestions when typing. So for example, on a page w/ no JS at all, I typed:

<p>
Hello world.
</p>

When I typed the period at the end, I got:

image

As I'm a fast typer, I ened up with: Hello world.alt.

Any reason why it is prompting for stuff with just a period?

@pcbowers
Copy link
Owner

pcbowers commented Jul 11, 2022

This is a feature of snippets. Since snippets are tied to file types (extensions), you can disable them if you like. There is a setting for this extension (alpine-intellisense.settings.languageScopes); as long as you remove HTML, this will remove these snippets. I'm going to close this for now since this is avoidable with that setting, but let me know if you have a better solution!

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

No branches or pull requests

2 participants