facebook

Hover doens't work for property/method of object.

  1. CodeMix & Angular IDE
  2.  > 
  3. Webclipse 1.x Help

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #456182 Reply

    Angelo ZERR
    Participant

    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.
    #456428 Reply

    support-piotr
    Participant

    Angelo,

    Thanks for the feedback! I was aware of the issue, and AFAIR Java debugger behaves the same. Anyway it is definitely annoying to not have the hover for properties and I’ll be looking into this with the highest priority.

    #456448 Reply

    support-piotr
    Participant

    Fixed. Functionality will be available in the next release in around 2 weeks!

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Hover doens't work for property/method of object.

You must be logged in to post in the forum log in