Markdown Intellisense with multiple identical labels shows non-unique anchors #831
Labels
Area: Auto completion
Code completion and suggestion, aka IntelliSense.
Issue: Bug
Res: Fixed
Fix is checked in, but it might be a few weeks until a release.
Milestone
Problem
See screenshot. Each "item" should have a unique anchor value: "item", "item-1", "item-2" etc. Intellisense just shows the "item" multiple times. The table of contents was generated with an extension just to show how the links should be; it's not relevant to the issue.
Note: the behavior is the same with editor.wordBasedSuggestions on or off.
How to reproduce
Just make a file that looks like the screenshot. And try to make an internal link to one of the item headers.
The text was updated successfully, but these errors were encountered: