CSS Code-Completion problem in matters of using YAML and @import rule in static css files
Hi guys,
i have a problem with the css code completion/auto completion in relation with yaml and css in general. My project has the following structure
public (is set as the resource root of the project)
- layout (folder)
- images (folder)
- jquery (folder)
- basemod.css (leaf)
- central.css (leaf)
... and all other css files / project specific css files
- index.html (leaf)
I only include the centras.css file in my html document
<link href="/layout/central.css" rel="stylesheet" type="text/css"/>
The content looks like the following
@charset "UTF-8";
@import url(/layout/forms.css);
@import url(/layout/base.css);
@import url(/layout/buttons.css);
@import url(/layout/nav_shinybuttons.css);
@import url(/layout/basemod.css);
@import url(/layout/content.css);
If i now typing <div no suggestion"!
Cheers,
Daniel
Attachment(s):
Testproject.zip
请先登录再写评论。