idea-multimarkdown icon indicating copy to clipboard operation
idea-multimarkdown copied to clipboard

Unresolved link reference for files managed by CSV Plugin

Open InvisibleSmiley opened this issue 5 years ago • 0 comments

Steps to reproduce:

  1. Create an empty file called test.csv
  2. Create a file called test.md with contents:
[Test](test.csv)
  1. Notice that the link works
  2. Install the CSV Plugin
  3. Reassign *.csv to the CSV Plugin
  4. Notice that the link does not work anymore; PhpStorm error: Unresolved link reference.

PhpStorm 2020.3 EAP Build #PS-203.5600.44, built on November 6, 2020 Windows 10 10.0

Please let me know if this is a PhpStorm / EAP issue instead of an issue specifically with this plugin.

InvisibleSmiley avatar Nov 10 '20 09:11 InvisibleSmiley