• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Netbeans or Eclipse with autocomplete of imported CSS file

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This feature is present in VS2010 and may be earlier, but I can't use it with java web dev. So my problem is in fact that i didn't manage to make my netbeans and eclipse after putting in <head> a <link >tag this way:

to make CSS classes autocomplete. Is this possible to make IDE to bring me "css-class-list" on *ctrl+space*?

Thanks.
 
alex gorn
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok I've inderstood it - Netbeans needs a project, not simply "open file" to get in touch with all imported stylesheets. in eclipse I think the way is the same
reply
    Bookmark Topic Watch Topic
  • New Topic