Using PhantomJS and IntelliSense in VS2015

I want to use autocomplete for PhantomJS with IntelliSense in Visual Studio 2015 .
Is there any way to configure it?

What do I need to do to make IntelliSense recognize the contents of the code page.evaluate()as JavaScript ?

I want autocomplete for things likedocument.getElementById()

No answer, what is impossible?

+4
source share

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


All Articles