This plugin provides functions such as syntax highlighting, code formatting, and hover prompts for the llvm ir
language.
- syntax highlighting
- Code formatting
- Hover tooltip
- Error diagnosis
- jump definition
- View references
- Autocompletion
When the mouse rolls over an instruction
, its documentation will be displayed.
When the mouse hovers over the variable, the type will be prompted, and when the mouse hovers over comdat
, attrgroup
and type
, their definitions will be displayed.