Microsoft/vscode

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

开放

#242,999 创建于 2025年3月9日

 (1 条评论) (0 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
feature-requesthelp wantedhtml

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南