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

Code Completion especially in CSS/SCSS files #3363

Closed
dpetratsch opened this issue Nov 14, 2017 · 1 comment
Closed

Code Completion especially in CSS/SCSS files #3363

dpetratsch opened this issue Nov 14, 2017 · 1 comment
Assignees
Milestone

Comments

@dpetratsch
Copy link

Short Summary

Code Completion suggests senseless attributes when entering ENTER:

"-moz-appearence",
"-moz-background-clip"
...

This is COMPLETELY SENSELESS as Code suggestions/completions only makes sense when entering a character...nobody, nearly nobody ever all over the world needs "moz-appearance" as a default action when hitting the ENTER key.

Steps to Reproduce

Press Enter immediately after opening bracket "{

Expected results

.test{

}

Actual results

After pressing 9 times ENTER:

.test{
-moz-appearance: -moz-mac-unified-toolbar

	-moz-mac-unified-toolbar
	
	-moz-mac-unified-toolbar
}

Platform Information

Komodo v11.01

Additional Information

@Naatan Naatan self-assigned this Nov 14, 2017
@Naatan Naatan added this to the 11.0.2 milestone Nov 14, 2017
@Naatan
Copy link
Member

Naatan commented Nov 30, 2017

@Naatan Naatan closed this as completed Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants