An open API service indexing awesome lists of open source software.

https://github.com/kitao/autocomplete-cocos2d-js

Cocos2d-JS completions in Atom
https://github.com/kitao/autocomplete-cocos2d-js

Last synced: 6 months ago
JSON representation

Cocos2d-JS completions in Atom

Awesome Lists containing this project

README

          

# Cocos2d-JS Autocomplete Package

Cocos2d-JS class, property and method autocompletions in Atom. This package depends on [autocomplete-plus](https://github.com/atom-community/autocomplete-plus).

![screenshot](https://raw.githubusercontent.com/kitao/autocomplete-cocos2d-js/master/screenshot.png)

## How to Use

autocomplete-cocos2d-js is enabled when the keyword 'cc' is used in JavaScript.

## Supported Version of Cocos2d-JS

The completion list are made from [v3.x JavaScript API Reference](http://cocos2d-x.org/docs/api-ref/js/v3x/).