Cyclic Expand / Hippie completion for vscodeI ripped this from this unmaintained package: https://github.com/msafi/xvsc/tree/master/simpleAutocomplete The differences with this version are as follows:
UsageAdd this to your
Here's how the cycling works: Given this text:
Cycling next will march in a "ripple" fashion, as such:
Cycling backwards is only available after having advanced in the ripple completion, like this:
ImprovementsCycling in a "ripple" fashion is a bit odd. In the future, I'd like to mimic JetBrain's hippy completion which goes like this: Given this text:
Cycling next:
Cycling prev (next reversed):
The test setup is in a half broken state. See this for later upgrades. See:
https://code.visualstudio.com/api/working-with-extensions/testing-extension DevelopmentTo work on the extension, go to the "Run and Debug" menu, then run "Launch Extension". ReleaseSee: https://code.visualstudio.com/api/working-with-extensions/publishing-extension
To generate a new token:
See: https://code.visualstudio.com/api/working-with-extensions/publishing-extension Then monitor the publishing status here: https://marketplace.visualstudio.com/manage/publishers/benjamin-thomas Help > Toggle Developer Tools |