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

Ctrl+D ignores dots when this extension is installed, in Elixir files #152

Open
Fire-Dragon-DoL opened this issue Jun 10, 2019 · 0 comments

Comments

@Fire-Dragon-DoL
Copy link

Hello,
When this extension is installed, Ctrl+D (Add Selection To Next Find Match) seems to behave differently (on elixir files). Instead of selecting one word, it selects one word ignoring dots, which means it selects entire lines in some situations. Example:

alias Foo.Bar.Baz

Assuming cursor is on Bar (letter a), if I press CTRL+D with the extension enabled, it selects Foo.Bar.Baz. With the extension disabled, if I press CTRL+D selects just Bar.

For reference, I discovered this behavior happens also with JSON files (unrelated to the extension). Is it something related to the syntax highlight? How can I prevent it?

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

1 participant