vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

LESS: Editor marks valid imports with "File not Found" #259

Open mawcs opened 8 years ago

mawcs commented 8 years ago

The import statements in my file have existed for quite a while and the LESS compiler handles them just fine. But, the editor in the Eclipse Plugin for LESS marks them as "File Not Found." These imports are same-directory, no extension imports. Attached is an image showing the errors and the relative files.

2015-12-11 09_49_12-php - base703_s_less_homepage_responsive less - eclipse

Steps to reproduce Create two LESS files in the same directory. Import one into the other without the .less extension. Include the (once) import keyword.

Expected results No errors on import and any uses of directive in imported files.

Actual results Errors on imports and any variables, functions or mixins from imported files.