I am a web-developer. The people in my office are mostly java developers. Here is my example:
Let's assume i have a java-class called foo
which has a single method called bar()
. When my colleague writes
foo.bb
eclipse already tells him immediately, that this won't work.
-
When i have a JavaScript object called foo
which has a single method called bar()
i can write
foo.bba()
and sublime won't say a word.
To fix this issue i assume that sublime would have to run something like a headless browser in the background like eclipse runs a compiler all the time.
So, is there anything like that?