https://github.com/revng/vscode-llvm-ir
VSCode extension for the LLVM IR language
https://github.com/revng/vscode-llvm-ir
Last synced: 3 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T09:36:49.000Z (about 1 year ago)
- Last Synced: 2025-03-26T02:21:39.921Z (4 months ago)
- Language: TypeScript
- Size: 391 KB
- Stars: 60
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
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

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

- Folding ranges for functions and labels

## 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)