0

I have recently downloaded Eclipse for Javascript and Web Developers and imported one of my node JS project in it. Eveything is fine except I am not getting inline errors like I get on Eclipse for Java/C++ development.

Eclipse IDE for C/C++ :

enter image description here

Eclipse IDE for Javascript and Web Developers:

enter image description here

Below are the version details:

Eclipse IDE for JavaScript and Web Developers
Version: 2020-03 (4.15.0)
Build id: 20200313-1211
OS: Linux, v.5.5.13-200.fc31.x86_64, x86_64 / gtk 3.24.13, WebKit 2.28.0
Java version: 1.8.0_242

Why is eclipse IDE is not detecting the errors and how can I fix it ?

2
  • Because the function might exist at runtime. Commented Apr 24, 2020 at 13:44
  • Isn't someNonExistenceFunction() a global funtion which should be available in the project ? Also I imported same project on vscode and it shows error on line 101 with underline. Commented Apr 24, 2020 at 13:53

1 Answer 1

1

You can get really good inline validation by installing CodeMix into your Eclipse IDE. CodeMix is based on Code (I saw you also use vs code), so you might get familiar right away.

Cheers!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.