- Added Syntax Highliting
- Added test Snippets
- Add GoToDefinition
- Add FindAllReferences
- Add simple Validation (unused symbols/functions)
OpenHoldem Syntax Highlighter is an extension created for Visual Studio Code.
While being free, if you find it useful, please consider supporting it via
or just send me tips as USDT TRC20 to TK39twy8RNaj4CPd93UfZr6a8tZWSBZQKh wallet address. Thank you!
It adds support for the OpenHoldemBot script language like OpenHoldemFormula (.ohf) and OpenPokerProgrammingLanguage (.oppl)
Here are some of the features that OpenHoldem Syntax Highlighter provides:
- Syntax Highlighting for .ohf and .oppl scripts
- Source code Navigation (planned)
- Some set of Snippets (planned)
- Some Validation rules (planned)
- Some Formatting rules (planned)
✓ - available ℗ - planned
✓ OpenHoldem Syntax Highlighter supports full syntax highlighting for OpenHoldemFormula and OpenPokerProgrammingLanguage
℗ Navigate to any language element (symbol, function, hands-list and so on) inside scripts files.
It supports native VS Code commands like:
- Go to Symbol
- Go to Definition
- Peek Definition
- Find All References
It uses .NET source code Language Server Processor.
℗ ...
℗ ...
℗ ...
Just install it from marketplace. It's required .NET and you have to install .NET7.0
NOTE: For now, it was tested on Windows and Mac, it should work on Linux.
MIT © Ruberoid