-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |