Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
teared authored Feb 9, 2017
1 parent b9b5d4f commit 97ceae9
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 97ceae9

Please sign in to comment.