Skip to content

extension for code and codium editors for autocompletion of erk entities

License

Notifications You must be signed in to change notification settings

ackrep-org/irk-fzf

Repository files navigation

erk-fzf

This is an experimental vs code extension to enable autocompletion support for pyerk. It is heavily based on:

Test (development of this extension)

Inside the editor, open src/extension.ts and press F5. This will compile and run the extension in a new Extension Development Host window.

Run the erkfzf command from the Command Palette (Ctrl+Shift+P) in the new window:

See also vsc-extension-quickstart.md.

Usage

  • Ensure pyerk --version >= 0.9.0-
  • naviate to the directory of your erk package (where erkpackage.toml is located)
  • create a autocompletion file (.ac_candidates.txt) with pyerk -ac
  • bind action erkfzf to a keyboard binding of your choice

Build package

  • from the root dir of the extension:
    • npm install
    • npm install -g @vscode/vsce
    • vsce package
    • this creates a file like extensionname.vsix

Installation

For users, to install a .vsix file in VS Code:

  • Go to the Extensions view.
  • Click the ···-menu (Views and More Actions...)
  • Select Install from VSIX...

or in your terminal, run the following command:

  • code --install-extension my-extension-0.0.1.vsix

About

extension for code and codium editors for autocompletion of erk entities

Resources

License

Stars

Watchers

Forks

Packages

No packages published