main
main v0.8.0 v0.7.0 v0.6.0 v0.5.0 v0.4.1 v0.4.0

IDE Support

Tools for using xc in IDEs
[edit]

Visual Studio Code

Extension: https://marketplace.visualstudio.com/items?itemName=xc-vscode.xc-vscode

vim

There is no vim plugin for xc, but fzf.vim can be used in conjunction with vim-run-interactive to execute xc tasks.

Just use the following config:

:map <leader>xc :call fzf#run({'source':'xc -short', 'options': '--prompt "xc> " --preview "xc -md {}"', 'sink': 'RunInInteractiveShell xc', 'window': {'width': 0.9, 'height': 0.6}})