Sublime Forum

Created a ExtJS 4.1 completions file

#1

Wrote a little Java program which parses the ExtJS source and generates a completions file.

It generates completions for configs for any class which has an alias (xtype), and adds inherited configs from extended classes, I find this is the thing that will best help me speed up coding ExtJS to try and avoid going to docs to lookup configs.

It will do some different basic templating for various config types (strings, numbers, objects, arrays, functions etc)

GiST: https://gist.github.com/3900579

0 Likes