jcberquist / sublimetext-cfml

CFML (ColdFusion and Lucee) package for Sublime Text
MIT License
115 stars 24 forks source link

[Feature request] Use indexed entities to autocomplete ORM functions #51

Closed mjhagen closed 8 years ago

mjhagen commented 8 years ago

When typing entityNew( " it would be nice if it suggested from a list of indexed entity names.

(also on the other ORM functions: entityLoad and entityLoadByPK)