Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkarnauk/ij-inline-completion-multiple-suggestions-demo
- Owner: kkarnauk
- License: apache-2.0
- Created: 2023-12-12T11:35:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T15:17:15.000Z (about 1 year ago)
- Last Synced: 2024-11-25T18:32:50.845Z (2 months ago)
- Language: Kotlin
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).