Ace.Tern icon indicating copy to clipboard operation
Ace.Tern copied to clipboard

Tern plugin for Ace Editor

Results 29 Ace.Tern issues
Sort by recently updated
recently updated
newest added

Tern won't support this as marijnh said its not a problem... Use a quick and ghetto hack to make it work: - Attempt rename using tern - If rename fails,...

3. Low Priority

``` javascript /** * @param {function} cb - callback to execute before setting value. * Will only be executed if value is passed. * 1st param {object} v - is...

2. Normal Priority

There is a lot of functionality that is using custom functions that can be replaced by Ace's built in libs. Examples: - escape html in `ace/lib/lang` ``` javascript exports.escapeHTML =...

3. Low Priority

Add a feature that generates a JS doc outline for an existing function ``` javascript function test(a,b){ return a*b; } ``` Should generate: ``` javascript /** * @returns {number} {description}...

enhancement

I think I broke it even worse while trying to fix within Caret. Try it on the tab demo to see if it works.

1. High Priority

Jump to definition not working in complex structures. Will get could not find definition when the same property will work with find references and show type. try Chart.js ~line 122...

bug
1. High Priority

test with newfilterbuilder.js using state sub methods.

bug
1. High Priority

http://usejsdoc.org/tags-link.html Right now it just parses out URLS and turns them into links. It should be able to parse out JSDoc link tags to create the text of the link...

3. Low Priority