IntelliJ Problem

Status
This thread has been locked.

felldownstairs

Gypsy Boy | Java Developer
Supreme
Feedback score
4
Posts
783
Reactions
144
Resources
0
Not sure where to put this, so I just thought I would drop it here.

I'm not the most experienced with IntelliJ. I'm having this really weird bug thing, where I can only import from auto import, certain classes. For example, I am using the spigot-1.12.2 version, and I have to manually add the import to the import list. For example, when I type Material, it lists auto imports for things like TexturedMaterial.class, but not the Material.class, same with ItemStacks etc.

Cheers.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

PTech

Feedback score
6
Posts
422
Reactions
261
Resources
0
Your IDE might be excluding the imports. Thought of that?
 

felldownstairs

Gypsy Boy | Java Developer
Supreme
Feedback score
4
Posts
783
Reactions
144
Resources
0
Your IDE might be excluding the imports. Thought of that?
A thought of that did come across my mind, but not sure how to check, and it's weird since it has only started happening today.[DOUBLEPOST=1535802583][/DOUBLEPOST]
Your IDE might be excluding the imports. Thought of that?
Checked, no imports are being excluded.
 
Last edited:

NA

I do stuffs ¯\_°□°_/¯
Supreme
Feedback score
13
Posts
204
Reactions
88
Resources
0
Make sure you have the word Material capitalized like that <---.
 
Status
This thread has been locked.
Top