Skip to content

Fix token hover issues - #187

Merged
modmuss50 merged 2 commits into
FabricMC:mainfrom
winsrewu:feat/enhancement_79
Aug 15, 2026
Merged

Fix token hover issues#187
modmuss50 merged 2 commits into
FabricMC:mainfrom
winsrewu:feat/enhancement_79

Conversation

@winsrewu

@winsrewu winsrewu commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

The token highlight in #79 turns out to be default feature in Monaco.
To fully solve #140, target source needs to be available, which requires a new model manage system. So this is skipped, but the pointer hover style is removed.

Closes #79
Closes #179

Try to fix FabricMC#78, but that requires successful target analysis,
which can't be done easily.
@winsrewu
winsrewu force-pushed the feat/enhancement_79 branch from 35088af to 2e239cf Compare August 15, 2026 01:15
@modmuss50
modmuss50 merged commit 39bec26 into FabricMC:main Aug 15, 2026
4 checks passed
@winsrewu
winsrewu deleted the feat/enhancement_79 branch August 16, 2026 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

findTokenAtPosition() always uses editor.getPosition() (selection position) Always display symbol hover

2 participants