Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revng/vscode-llvm-ir

VSCode extension for the LLVM IR language
https://github.com/revng/vscode-llvm-ir

Last synced: about 2 months ago
JSON representation

VSCode extension for the LLVM IR language

Awesome Lists containing this project

README

        

# LLVM IR Language Support

This extension adds language support features for LLVM IR files (`.ll`)

## Features

- `Go to Definition` for variables, attributes and metadata with line preview

![](imgs/definition.png)

- `Go to References` for variables, attributes and metadata

![](imgs/references.png)

- Folding ranges for functions and labels

![](imgs/folding.png)

## Syntax Highlighting

This extension does not provide syntax highlighting.
You can use one of the following:

- [RReverser.llvm](https://marketplace.visualstudio.com/items?itemName=RReverser.llvm)
- [colejcummins.llvm-syntax-highlighting](https://marketplace.visualstudio.com/items?itemName=colejcummins.llvm-syntax-highlighting)