Link+tab shortcut Emmet on VSCode - How can I get the “type” to be included in this?
问题 When I type the shortcut link + tab to get the link tag and attributes. It only shows: <link rel="stylesheet" href=""> When i want it to show: <link rel="stylesheet" type="text/css" href=""> or <link rel="stylesheet" type="" href=""> How can I change the built-in emmet shortcut/snippet to do this? I've tried going into preferences and shortcuts, etc. but haven't quite figured it out. Thanks for any help! 回答1: Put this into your settings: "emmet.extensionsPath": "C:\\Users\\Mark\\Test Bed\\