Microsoft/vscode
在 GitHub 查看Allow me to search for markdown headers without manually inserting `-` delimiters
Open
#174,999 创建于 2023年2月21日
feature-requesthelp wantedmarkdown-ext
仓库指标
- Star
- (74,848 star)
- PR 合并指标
- (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)
描述
Testing #174884
Currently if I have a header like so
# A header with spaces in the title
I have to search for it by typing the following when triggering header autocomplete
#a-header-with-spaces-in-the-title
I'd like to be able to type
#a header with spaces in the title
and have the completion still show up.