Skip to content

Commit bdafb95

Browse files
committed
chore: update README.md
1 parent 737ff89 commit bdafb95

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# BDLH
22

33
![Build](https://github.com/ceclin/BDLH/workflows/Build/badge.svg)
4-
[![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
5-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
4+
[![Version](https://img.shields.io/jetbrains/plugin/v/18974.svg)](https://plugins.jetbrains.com/plugin/18974)
5+
[![Downloads](https://img.shields.io/jetbrains/plugin/d/18974.svg)](https://plugins.jetbrains.com/plugin/18974)
66

77
## Template ToDo list
88
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
@@ -15,11 +15,13 @@
1515
- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
1616

1717
<!-- Plugin description -->
18-
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
18+
[BytecodeDL](https://github.com/BytecodeDL/ByteCodeDL) Helper
1919

20-
This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.
20+
Features:
21+
- Partial **highlighting** and **navigation** for method and field signature in BytecodeDL output.
2122

22-
To keep everything working, do not remove `<!-- ... -->` sections.
23+
Tips:
24+
- You can rename `*.facts` and `*.csv` that contains method and field signature to `*.bdl` or just override file type.
2325
<!-- Plugin description end -->
2426

2527
## Installation

0 commit comments

Comments
 (0)