Brackets-Ternific icon indicating copy to clipboard operation
Brackets-Ternific copied to clipboard

createJS support

Open chrisdp opened this issue 9 years ago • 1 comments

Hi, I am a collage student and I am taking a javascript game design class as an elective. We are using createJS but this is my first time using this library. If its posable for me to add code completions/hints in brackets I would like to do so. Any support or information you can provide would be very helpful. Thanks

chrisdp avatar Jan 26 '16 15:01 chrisdp

@chrisdp Hi! I am assuming you are talking about adding support for createjs in tern? I am not familiar with createjs so I cannot give you exact help on what's all required. But I can certainly point you to the meteorjs plugin to see if that helps you get started. https://github.com/MiguelCastillo/Brackets-Ternific/blob/master/libs/tern/plugin/meteor.js

But perhaps just a "def" is sufficient. Take a look at a sample lodash definition https://github.com/MiguelCastillo/Brackets-Ternific/blob/master/libs/tern/defs/lodash.json

MiguelCastillo avatar Feb 24 '16 04:02 MiguelCastillo