Microsoft/vscode

[html] Filter <link> path suggestion by file type

Aperta

#242.999 aperta il 9 mar 2025

 (1 commento) (0 reazioni) (1 assegnatario)TypeScript (39.847 fork)batch import
feature-requesthelp wantedhtml

Metriche repository

Star
 (184.936 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

It would be really helpful for IntelliSense to understand what file type I want to import based on the language I am writing in. For example, when using the <link rel="stylesheet" href=""> tag, IntelliSense should narrow the autocomplete suggestions down to the CSS files in my project to use in the href field. If filtering isn't a good solution, putting all appropriate (in this case CSS) files on top of the suggestion list would be a really nice feature.

Guida contributor