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

We got an error from the sentry as **Cannot read properties of undefined (reading 'getData')** Here is the trace of the error ``` TypeError: Cannot read properties of undefined (reading...

Has anyone had success using Ace.Tern with VueJs? I am using Vue2. I have tried importing as such.... `import ace from "../lib/ace-builds/src-noconflict/ace";` but no luck. Any help?

``` class Turtle{ constructor(){ this.legs = 4; this.shell = true; } speak(w){ console.log(w) } } player1= new Turtle(); ``` Typing in _"player1."_ I expect it to find the variables /...

Terns provide intellisense to javascript functions written in ace editor having jsdoc style comments. Can we have a similar functionality which can read jsdoc style comments from other javascript files...

![Screenshot 2019-05-21 at 08 18 02](https://user-images.githubusercontent.com/180068/58072894-6cfd4700-7ba1-11e9-845e-c3de9f1e1bb1.png) All files (like this large json file) are resized to a height of 6-8 lines after re-launching. This is all magically solved however, by...

Anyone experiencing disappearing tabs on chromeos? # how to reproduce * open a work folder * open some files * do lots of alt-tabbing and toggle fullscreen on browsertabs etc...

As Google is slowly removing support for Chrome Apps in favor of PWAs and Chrome Extensions, are there plans to convert Caret-T to one or the other? Windows, Linux, and...

Curious if this is up to date with the newest version of ACE? If not what version was this forked at?

Usage of ace.tern in dynamic tab creation is resulting in tremendous memory increase. The memory used for an editor in a tab will not be cleared, when the editor gets...

Marijnh changed the way that full doc requests are made in Tern. After upgrading to new Tern version code will need to be changed to support this: https://github.com/marijnh/tern/pull/425#issuecomment-111991033 # other...