Hi,

This is not specific to the Generic Editor, but is a pure feature of the
TextViewer. This capability of defining placeholder regions and having them
linked and allowing tab navigation, is provided by EditorLinkedModeUI as
main entry point. In a completion proposal, you'd enable this
EditorLinkedModeUI as part of the "apply" method of your completion
proposal. See for instance
https://git.eclipse.org/c/lsp4e/lsp4e.git/tree/org.eclipse.lsp4e/src/org/eclipse/lsp4e/operations/completion/LSIncompleteCompletionProposal.java#n558

HTH
_______________________________________________
platform-dev mailing list
platform-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/platform-dev

Reply via email to