intellij-emberjs
intellij-emberjs copied to clipboard
Some code completion ideas
trafficstars
Thanks for the great work on the plugin, especially intl completion is a major time-saver.
Is it possible to do code completion also:
- in js, for
get/set()variable names, at least forthis - in hbs templates for variable/function/action names on current component/controller
- in js, perhaps it's possible to hint correct objects for service injections
- maybe also complete on return statements from model() (single model, RSVP.hash? Perhaps by parsing first parameters to store function calls.
Also, in hbs intl message overlays only disappear when you click on them, not if you get inside via keyboard arrows, which makes it impossible to edit them without reaching for mouse.
Thank you.