I’m using Webclipse to debug ternjs. I have a problem when I try to hover, property, method of an object. I have set a breakpoint in the tern.js file in the findCompletion:
function findCompletions(srv, query, file) {
if (query.end == null) throw ternError("missing .query.end field");
When I hover query variable it works great (see attached screenshot). When I try to hover the query.end property, the hover doesn’t work.
Just for your information, this feature works with Chrome Web Browser.
Attachments:
You must be
logged in to view attached files.