Microsoft/vscode
Voir sur GitHubAllow me to search for markdown headers without manually inserting `-` delimiters
Open
#174 999 ouverte le 21 févr. 2023
feature-requesthelp wantedmarkdown-ext
Métriques du dépôt
- Stars
- (74 848 stars)
- Métriques de merge PR
- (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)
Description
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.