Skip to content

Calcoph/vscode-hexpat-lsp

Repository files navigation

Language Server Provider for ImHex's pattern language

Features

  • Semantic syntax highlighting
  • Go to definition (Experimental. Don't expect it to work in the following scenarios)
    • names defined in a namespace
  • Find references (Experimental. Don't expect it to work in the following scenarios)
    • names defined in a namespace
  • Inlay hints
  • Completion
  • Run code on imhex

Installing

Download it from the vscode marketplace or releases section.

You must also install hexpat-lsp.

Notes

  • It is recommended to also install ImHex's grammar: Github/Vscode marketplace.
  • Be sure to configure the imhex folder setting correctly if #includes don't work.