KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
Ace.Tern
★ 77
Open GitHub ↗
Tern plugin for Ace Editor
Download README (.md)
Explore Similar Repositories
vim-glaive
:
No description available.
Decoder-JJEncode
:
This is a decoder for JJEncoded string
CYFastImage
:
DEPRECATED
Architect-CTO-growth
:
实践及手册撰写:涵盖DevOps,云原生技术,大数据,人工智能,高并发&高性能&高可用服务等
gitpress
:
Blissful blogging for hackers.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Ace.Tern
?
Download (.md)
[Live Demo](http://sevin7676.github.io/Ace.Tern/demo.html) ======== Ace.Tern ======== Tern plugin for Ace Editor Project Status ============ - Code is currently messy and below the standard I would expect out of an official library. - There are quite a few known issues that I'm still working on - I've been coding this extension for use in the [Caret-T Chrome App](https://chrome.google.com/webstore/detail/caret-t/agiednhnlghobdgpgfdnbdaflnngmoij) - For a quick demo of features, install the Caret-T Chrome App and paste the following code into the editor in Javascript mode: [Demo Javscript](https://raw.githubusercontent.com/sevin7676/Ace.Tern/master/DemoJavascript.js) Building ============ - Currently this code is part of the Ace source (no longer hacked on top of pre-built Ace) in my fork: https://github.com/sevin7676/ace - Use my fork to make changes, then build it to get the src-noconflict, and copy that directory into this repo to update it. - This repo is also the source for my custom html beautifer for ace. Make changes to the file located @ace-buids/src-noconflict directly in this repo. - This repo is also contains a modified html worker for ace that makes it use jshint for javascript inside of script tags in a html file (comes at the cost of not executing the normal html linting). After copying source, need to modify file worker-html (see 'custom' folder for details) - After updating this repo, copy the changes to Caret-T Chrome App. Make sure not to replace my custom snippets in the javascript mode and edit the worker-tern.js file: set isChromeApp=true (dont edit the file in a chrome app as there is a bug that breaks the file due to some unicode chars in the acorn source)