Log problem: abc before log, quick input console.log problem

When entering log in js, you can quickly generate the following code.

console.log();

 

But there is a problem. When you enter log for the second time, two log options will appear. The abc mark in front is because you have lost the word log, and it will automatically record and prompt you. by default. The ones with the abc logo are ranked first. This is not what we want. We need the order as shown below.

 Go to the settings and search for Snippet Suggestions and change the following options to top.

 

Guess you like

Origin blog.csdn.net/m0_62323730/article/details/130448082