Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkarnauk/ij-inline-completion-multiple-suggestions-demo

This repo provides an example how to implement an Inline Completion Provider within IJ platform 2023.3 that supports multiple suggestions
https://github.com/kkarnauk/ij-inline-completion-multiple-suggestions-demo

Last synced: 2 days ago
JSON representation

This repo provides an example how to implement an Inline Completion Provider within IJ platform 2023.3 that supports multiple suggestions

Awesome Lists containing this project

README

        

Here is an example of how to implement a multiple suggestions feature for the Inline Completion Provider within the IntelliJ platform version 2023.3. Currently, this feature is not supported out of the box.

To navigate between suggestions, use the key combination `Control + Shift + [` and `Control + Shift + ]` (or `Cmd + Shift + [ / ]` for macOS).