Houdini Vex HelpThis extension mimics the behavior of the wrangle nodes "open help from selected text", but directly in vscode. FeaturesHighlight a function name in your code, run the command "Open Vex Help" from the command palette (ctrl+shift+p) or press F2, and it opens the help pages from the Houdini help of the function you highlighted. RequirementsThis extension is very handy to use with the VEX language support for VSCode by Mel Massadian. In order to use VSCode seamlessly on your wrangle nodes, you can use the plugin HoudiniExprEditor from www.cgtoolbox.com. If you want to use builtin Houdini help server (see 'settings'), Houdini must be installed on your machine. Settingshoudinivexhelp.houdiniHelpURL can be set to the base URL you want to use, you can set it to either sidefx website or local default builtin help from Houdini (http://127.0.0.1:48626/vex/functions/") Default: https://www.sidefx.com/docs/houdini18.5/vex/functions/ it MUST end with '/'. Your current text selection will be added at the end of the URL. Release Notes0.0.4Get highlighted word instead of selection (contributor: igor-elovikov). 0.0.3Clean selected text before constructing the url adress. Change default value of the setting houdinivexhelp.houdiniHelpURL. 0.0.2Add setting "houdinivexhelp.houdiniHelpURL" 0.0.1Initial release of Houdini Vex Help for VSCode Any issues or feedback, feel free to reach me here: contact@cgtoolbox.com **Enjoy! :) ** |