Display-Functions icon indicating copy to clipboard operation
Display-Functions copied to clipboard

Doesn't list any methods of my own project

Open ThomasGreiner opened this issue 12 years ago • 1 comments

I just started using your plugin and it works fine with regular Java classes but it doesn't recognize any methods in my project (including the methods of the same class). That also applies for this and super .

Here's some console output:

(-1, -1, u'BlockClay', u'this', u'.')
absolute is net.minecraft.src.BlockClay (0.254154 ms)
finding what to complete took 0.004053 ms
completing net.minecraft.src.BlockClay.
completion took 32.296181 ms
total 33.443928 ms

The path net.minecraft.src.BlockClay. is fine but I still don't get any suggetions back even though it implements two methods.

ThomasGreiner avatar Jan 01 '13 20:01 ThomasGreiner

Display-Functions wasn't really meant to be a complete IDE solution so it ultimately fails for anything but the smallest projects. Since I have not done any coding in Java recently, I haven't really given this plugin much attention. Adding support for package imports and such are not high on my todo list so I recommend you give Sublime Java a try. It should give you a more complete solution.

liamcain avatar Jan 03 '13 00:01 liamcain