Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 3.05 KB

README.md

File metadata and controls

78 lines (51 loc) · 3.05 KB


OpenHoldem Logo

What's new in OpenHoldem Syntax Highlighter

  • Added Syntax Highliting
  • Added test Snippets

Hot plans

  • Add GoToDefinition
  • Add FindAllReferences
  • Add simple Validation (unused symbols/functions)

Support

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!

OpenHoldem Scripts

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)

Feature notes

✓ - available ℗ - planned

Syntax Highlighting

OpenHoldem Syntax Highlighter supports full syntax highlighting for OpenHoldemFormula and OpenPokerProgrammingLanguage

Code Navigation

℗ 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.

Snippets

℗ ...

Validation Code

℗ ...

Format Code

℗ ...

Installing

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.

License

MIT © Ruberoid