MicrosoftEdge / DevTools

Feedback and discussions about Microsoft Edge Developer Tools
MIT License
154 stars 50 forks source link

Brackets autocompletion in Console #18

Open codepo8 opened 2 years ago

codepo8 commented 2 years ago

The Console in Firefox does autocompletion for brackets of all kind which makes it much faster to type JavaScript expressions without any errors. The Console in Edge does not. However, the Snippets editor in Sources does. This seems inconsistent and it would be great if Console also closed brackets automatically.

console-autocomplete-brackets

AB#38474358

captainbrosset commented 2 years ago

This seems like a very good user convenience to add, indeed. VS Code also does this by default it seems. So I'm willing to bet that more people expect this to happen by default than not. But it might still be worth adding a setting for people to turn it off in case they don't like it.