From 97ceae96595aed37c798249778bfa6ab35731c9d Mon Sep 17 00:00:00 2001 From: teared Date: Thu, 9 Feb 2017 13:17:51 +0500 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c6756ac..2881d69 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,34 @@ ## Houdini add-on for Sublime Text Syntax highligting, completions, snippets and helpful popups for VEX and HScript languages bundled with Houdini. + ### Installation See [Releases](https://github.com/teared/vex/releases). + ### Features +#### Completions +![alt tag](https://github.com/teared/vex/blob/master/develop/img/completion.gif) + +Press `Ctrl + Spacebar` or start typing to open completions list. Choose function you need. Navigate back and forth using `Tab` and `Shift+Tab`. + + +#### Popups +![alt tag](https://github.com/teared/vex/blob/master/develop/img/helpcard.png) + +Starting from Houdini 16 this package includes helpful popups for VEX and HScript Expression functions. Default shortcut is `Ctrl+Alt+D`, also available as command "VEX: Show Documentation for Function" in Command Pallette. + + #### VEX Example ![alt tag](https://github.com/teared/vex/blob/master/develop/img/vex.png) ![alt tag](https://github.com/teared/vex/blob/master/develop/img/wrangle.png) + #### HScript Example ![alt tag](https://github.com/teared/vex/blob/master/develop/img/hscript-expressions.png) ![alt tag](https://github.com/teared/vex/blob/master/develop/img/hscript.png) -#### Completions -![alt tag](https://github.com/teared/vex/blob/master/develop/img/completion.gif) - -Press `Ctrl + Spacebar` or start typing to open completions list. Choose function you need. Navigate over back and forth using `Tab` and `Shift+Tab`. - -#### Popups -![alt tag](https://github.com/teared/vex/blob/master/develop/img/helpcard.png) - -Starting from Houdini 16 this package now includes helpful popups for VEX and HScript Expression functions. Default shortcut is `Ctrl+Alt+D`, also available as command "VEX: Show Documentation for Function" in Command Pallette. ### License Public domain. Popups contains pieces of publicly available Houdini documentation. Such parts are property of SideFX.