<!DOCTYPE html>
<html lang="en">
<!-- ... -->
<body>
<script>
console.log('1');
</script>
</body>
</html>
When CTRL
+ left-click
, he does not jump to lib.dom.d.ts
![enter image description here]()
I want him to jump here. Same as a .js
file
![enter image description here]()
What plug-ins should I install or how to set them up?