Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revng/vscode-llvm-ir
- Owner: revng
- License: mit
- Created: 2022-02-22T13:42:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T06:57:09.000Z (over 2 years ago)
- Last Synced: 2023-03-05T01:16:02.283Z (almost 2 years ago)
- Language: TypeScript
- Size: 373 KB
- Stars: 41
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)