Microsoft/vscode
GitHub で見るAllow me to search for markdown headers without manually inserting `-` delimiters
Open
#174,999 opened on 2023年2月21日
feature-requesthelp wantedmarkdown-ext
Repository metrics
- Stars
- (74,848 stars)
- PR merge metrics
- (平均マージ 11h 43m) (30d で 1,000 merged PRs)
説明
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.