how do i get eclipse to interpret .ejs files as .html?

后端 未结 3 607
迷失自我
迷失自我 2021-02-13 00:59

i recently started on a node project and two of the modules i\'m using is express and EJS. but default i usually use eclipse as my IDE, it works well for java and decent for htm

3条回答
  •  眼角桃花
    2021-02-13 01:32

    For me, the best way has been:

    Windows > Preferences > General > Content types

    In window Content types i've selected Text > HTML

    and window File associations click Add... and i've included *.ejs

提交回复
热议问题