Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-completion for links to headings in another file #1002

Closed
klausj1 opened this issue Aug 21, 2021 · 2 comments
Closed

Auto-completion for links to headings in another file #1002

klausj1 opened this issue Aug 21, 2021 · 2 comments
Labels
Area: Auto completion Code completion and suggestion, aka IntelliSense. Area: Link (Reserved) Markdown link processing, URI recognition, slugification. Issue: Feature Something brand new. Res: Duplicate This issue or pull request already exists.

Comments

@klausj1
Copy link

klausj1 commented Aug 21, 2021

Hi,

it would be great if auto-completion for markdown-links would not only work for files, but also for headers in a file.

So e.g. test.md:

# Title 1

## 2

### tit 3

See [here](./test.md/#

Code completion after the '#' at the end would suggest #title-1, #2 and #tit-3

Or is this already working and I missed something?

Thanks,
Klaus

@Lemmingh Lemmingh added Area: Auto completion Code completion and suggestion, aka IntelliSense. Issue: Feature Something brand new. Res: Duplicate This issue or pull request already exists. labels Aug 22, 2021
@Lemmingh
Copy link
Collaborator

Duplicate of #894?

@yzhang-gh
Copy link
Owner

Agree. Let's track this in #894.

@Lemmingh Lemmingh changed the title Support auto-completion for markdown-links to headers Auto-completion for links to headings in another file Aug 22, 2021
@Lemmingh Lemmingh added the Area: Link (Reserved) Markdown link processing, URI recognition, slugification. label Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Auto completion Code completion and suggestion, aka IntelliSense. Area: Link (Reserved) Markdown link processing, URI recognition, slugification. Issue: Feature Something brand new. Res: Duplicate This issue or pull request already exists.
Projects
None yet
Development

No branches or pull requests

3 participants