Stylesheet and Javascript file implicit linking for HTML snippet

Hello.

When I write a HTML snippet designed to be included in a main HTML document (with decoration system like Sitemesh, an ajax request ...), I don't declare external style sheets and javascript files linking since they are declared in the main document. The drawback is that IDEA can't validate or autocomplete. Is there a way in IDEA to implicitly declare linking for a file or a group of files.

Thanks.

see : http://www.jetbrains.net/devnet/message/3547331

0

This is supposed to work, IDEA will take all css / js files into account. This behavior is not configurable

0
Avatar
Permanently deleted user

My mistake.
It's because I'm using external style sheets and script files that are stored in another server. The workaround is to temporarily store this files locally.
Thanks.

0

请先登录再写评论。