Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Content assist and caret movement

Hi

I'm looking into the IContentAssistService - thanks for adding this in
M7! I can imagine that for a nice content assist feature in Orion one
more functionality would be needed - a "semi-automated" caret moving.
I'm don't know how this feature is named, but it's about switching
from one function argument to the next one using TAB key (given that
I'm autocompleting a function). It could also be used to code
templates, for example when the IF conditional statement skeleton is
inserted, the caret is placed in the first predefined position
(condition expression), and on clicking TAB it's moved to the second
predefined position (body).

Is such behavior possible to achieve in current Orion version? Can I
control the caret movement (from a plugin perspective)? What are
Orion's team plans about this feature?

Regards,
Karol


Back to the top