Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Current code hints design may prevent users from entering a new line into the editor when code hint list is open. #2286

@RaymondLim

Description

@RaymondLim

This is a blocking issue for implementing CSS hinting. CSS hinting wants to show property name hints as soon as the user types a { in a CSS rule. Current code hints design then selects the very first item by default when the list pops up. So when the user hits the Return key, then the selected item is inserted into the editor instead of inserting a new line into the editor.

We should allow the user to insert a new line and keep showing the css hint list at the new cursor location. In order to do that we should not have the default selection in the code hint list for CSS hinting.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions