vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
813 stars 129 forks source link

False positive for "Unresolved link reference" #780

Open igorwojda opened 4 years ago

igorwojda commented 4 years ago

False-positive in IDE and no code completion for this file.

image

vsch commented 4 years ago

@igorwojda, it is a know issue with files starting with .. They are seen as an extension so don't show up in completions unless the full name is specified so the extension matches.

They also are not seen by resolver because it does not find their file type.

I will add this as a bug and figure out how to resolve both conditions.

dAnjou commented 4 years ago

Hi, the same happens for files that do not have an extension.