Enable javascript validation in eclipse luna

前端 未结 3 1054
耶瑟儿~
耶瑟儿~ 2021-01-14 13:46

Sometime ago I asked this question: Enable javascript validation for eclipse

I wanted eclipse to highlight javascript errors/warnings.. The problem as you can see in

3条回答
  •  失恋的感觉
    2021-01-14 14:07

    To add JavaScript perspective to your project follow the steps below.

    1. Either right-click on the project and choose "Properties" or go to the top of Eclipse and select "Project Properties" from the menu.
    2. Choose "Project Facets" from the tree on the left.
    3. Click on "Convert to faceted form" link
    4. Check the "JavaScript" check-box and and hit "OK" to close the dialog.

    enter image description here

提交回复
热议问题