ToolTip with tern

How to add a tooltip in codemirror with tern?

Did you see the tern plugin demo? If you need something more specific, it would help if you described what it is.

Yes i’ve seen it. I’m newbie to tern and working with codemirror. I want to show variable and its value in tooltip during debugging when we hover on particular variable. So i’m trying to use tern but not able to implement the available tern methods. Every time i’m getting tern.method is not a function .