Skip to content

Commit d5891cd

Browse files
committed
Rework how AT references and completion work
AtGotoDeclarationHandler is replaced by proper PsiReferences
1 parent ea2df80 commit d5891cd

File tree

12 files changed

+796
-387
lines changed

12 files changed

+796
-387
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- `plugin.yml`, `paper-plugin.yml` and `bungee.yml` main class reference and validity inspection
88

9+
### Changed
10+
11+
- Overhauled Access Transformer support:
12+
- many lexing errors should now be fixed
13+
- class names and member names now have their own references, replacing the custom Goto handler
14+
915
## [1.8.1] - 2024-08-10
1016

1117
### Added

src/main/kotlin/platform/mcp/at/AtGotoDeclarationHandler.kt

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)