kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
173 stars 57 forks source link

Source code completation doesnt work #431

Open svatos-jirka opened 5 years ago

svatos-jirka commented 5 years ago

Netbeans IDE 10; java 1.8 plugin Gradle Support 2.0.2

Hi,

it looks like, that code completation doesnt work. Any hints are shown.

In Ide log tehre is only INFO:

INFO [org.netbeans.modules.parsing.impl.SourceCache]: Parser factory: org.netbeans.modules.java.source.parsing.JavacParserFactory@428851e8 returned null parser for Snapshot 2018387810: IOUtils.java

Please help or suggest how to fix

kelemen commented 5 years ago

Have you uninstalled the built-in plugin?

svatos-jirka commented 5 years ago

Hi, No. I just started NB 10.

PS: last succesfull combination was NB 9.0, java 1.8, Gradle plugin 1.4.4 for me.

with bets regards, Jiri

kelemen commented 5 years ago

Then you have to uninstall the built-in support (or this plugin) because the two plugins cannot coexist.