5

I want to make Eclipse-based Node.js IDE

How to edit jade files in Eclipse?

  • What is tool for editing *.jade files (with syntax support) in Eclipse IDE?

Is there Eclipse-based editor or plugin for Jade (template engine for Node.js)?

Already looked at (
jade templating syntax support for eclipse?
Using Haml & Sass with Eclipse
)

Related Syntax highlighting for Jade in Sublime Text 2?

Community
  • 1
  • 1
Paul Verest
  • 60,022
  • 51
  • 208
  • 332

1 Answers1

2

I found also Eclipse XTEXT, but no trace of ready to use language definition for Jade.

Eclipse plug-in: Create a new file extension for a language not supported by Eclipse
How to setup a new language IDE

See question "I want to build a DSL similar to jade (jade-lang.com)" on Eclipse Community Forums

Community
  • 1
  • 1
Paul Verest
  • 60,022
  • 51
  • 208
  • 332