You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x] Create a new [IntelliJ Platform Plugin Template][template] project.
@@ -15,11 +15,13 @@
15
15
-[ ] 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.
16
16
17
17
<!-- Plugin description -->
18
-
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
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.
21
22
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.
0 commit comments