Skip to content

prevent autocomplete inside comments#507

Open
yurivish wants to merge 1 commit into
rust-lang:masterfrom
yurivish:patch-1
Open

prevent autocomplete inside comments#507
yurivish wants to merge 1 commit into
rust-lang:masterfrom
yurivish:patch-1

Conversation

@yurivish

@yurivish yurivish commented Feb 26, 2023

Copy link
Copy Markdown

This prevents characters like . from triggering the autocomplete dropdown when the user types a . inside of a comment.

docs: https://www.sublimetext.com/docs/completions.html

@FichteFoll

FichteFoll commented May 16, 2023

Copy link
Copy Markdown

Since ST4 by default includes the following for this setting, it shouldn't be necessary to override it anymore.

{"selector": "punctuation.accessor", "rhs_empty": true},

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.

2 participants