[css] nth selector autocomplete: set cursor inside the bracket #41018
Labels
css-less-scss
Issues and items concerning CSS,Less,SCSS styling
feature-request
Request for new features or functionality
Milestone
Steps to Reproduce:
write a css code
create any selector that uses nth format, but don't write it completely, wait for the intellisense to offer suggestions
press enter to choose one selector
result: the cursor jump to next to (after) the closing bracket. Naturally the next step after we chose this kind of selectors is to input the number inside the bracket. So I think it is good if the cursor jump to inside the bracket, not next to the bracket.
Thank you in advance!!
The text was updated successfully, but these errors were encountered: