How to check HTML, CSS and JS in the Eclipse IDE

I am using eclipse with a WTP plugin to write HTML, CSS and JS code. To check the pages I need to visit the w3c website. Is it possible to configure eclipse so that offline checking is possible in eclipse. If so, kindly indicate in detail, as I am new to eclipse.

+4
source share
1 answer

In the explorer window (which lists all your files and folders), select the files you want to check, right-click and select "Confirm". Warnings and errors can be seen in the Problems panel (Window → Show View → Problems).

The Eclipse website has a step-by-step verification guide: http://www.eclipse.org/webtools/community/tutorials/XMLValidation/XMLValidationTutorial.html

+2
source

Source: https://habr.com/ru/post/1394374/


All Articles