tern icon indicating copy to clipboard operation
tern copied to clipboard

A JavaScript code analyzer for deep, cross-editor language support

Results 105 tern issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, Sorry for my too generic title but I think this issue can help to find interesting things to improve your incredible tool. I made some tests on it, it...

Discovered a small issue in tern when files are not loaded in order. Jump to definition gives the right position but wrong filename. Found it and fixed it but no...

Inspired by js2-highlight-vars-mode, navigate through ref occurrences. Fixes #723 Function names and key bindings not set in stone, so let me know if you have any feedback!

emacs

Hi. I seen you have greate example with function info tooltip. I have internal functions. And they are ready to use. I want to make hardocoded tooltip. When i write...

``` class Demo extends React.Component { handleClick = e => { t| // cursor is here } } ``` whenever i typing in a array function style method there are...

Hi there! https://github.com/proofit404/company-tern I'm an author of the company-tern Emacs package. It provides autocompletion popups using company-mode instead of auto-complete-mode. I want to ask if there is an interest to...

It would be nice to have a list of sample `.tern-config` files for different setups. I've been reading the docs for a while and still can't figure out how to...

Hi, what should be the right config for such scenario below with require.js defs + type recognition? ```javascript define(["my/lib/Cart"], function(Cart) { var cart = new Cart(); cart //

Hi Team, Please create an Jenkins plugin for tern tool so it will be easy to integrate Jenkins to tern. I will lead great help in CI/CD pipeline. ISSUE: Tern...

Hello, could i get some hint how an end-user can make use of the `!url` tag in a definition? I cannot see any manifestation of it on the ui. I...