enbrain / vscode-spongepowered-mixin

A VSCode extension that provides support for Spongepowered Mixin
https://marketplace.visualstudio.com/items?itemName=enbrain.vscode-spongepowered-mixin
Eclipse Public License 2.0
6 stars 1 forks source link

Autocomplete does not work #1

Open zack-emmert opened 1 year ago

zack-emmert commented 1 year ago

Setting up a 1.18.2 Forge modding environment with Arch Linux, VSCode 1.76.0, and RedHat's Java Language Support plugin version 1.15.0, the autocomplete popup for methods and targets never shows up.

TechPro424 commented 6 months ago

Same here

Retidurc commented 6 months ago

Same here, I'm trying to debug what's wrong but no luck so far. The error seems to be in the java part of this extension, which is not getting debuged when i try to run it so it makes everything harder.

It seems like the getFullName method in InjectorMethodCompletor is throwing an exception, but I have no more information than that

TechPro424 commented 6 months ago

Oh yeah, forgot to mention, I was trying to set it up in a Fabric dev env Also @Retidurc is there a stacktrace for the exception?