intellij-emberjs icon indicating copy to clipboard operation
intellij-emberjs copied to clipboard

Some code completion ideas

Open vlascik opened this issue 8 years ago • 0 comments
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 for this
  • 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.

vlascik avatar Jan 18 '17 02:01 vlascik