Microsoft/vscode

Allow me to search for markdown headers without manually inserting `-` delimiters

Open

#174.999 aberto em 21 de fev. de 2023

Ver no GitHub
 (1 comment) (1 reaction) (1 assignee)TypeScript (10.221 forks)batch import
feature-requesthelp wantedmarkdown-ext

Métricas do repositório

Stars
 (74.848 stars)
Métricas de merge de PR
 (Mesclagem média 11h 43m) (1.000 fundiu PRs em 30d)

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.

Guia do colaborador