You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as the title says .auto complete is not working inside jsp files. even after i add src/main/webapp/WEB-INF directory to the sourceSets . i have seen some people who has the same problem and they solved it by doing so , my build.gradle file
environment info
gradle plugin v2.0.2
gradle javaee support plugin v1.0.3
Product Version: Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
Updates: Updates available to version , NetBeans 8.2 Patch 2
Java: 1.8.0_191; OpenJDK 64-Bit Server VM 25.191-b12
Runtime: OpenJDK Runtime Environment 1.8.0_191-8u191-b12-0ubuntu0.16.04.1-b12
System: Linux version 4.4.0-21-generic running on amd64; UTF-8; en_US (nb)
The text was updated successfully, but these errors were encountered:
I don't intend that this plugin directly provides support for EE. That is, this is intended to be a core support, and other support should be added by separate plugins, like the EE plugin.
i have the same problem No autocompletion support for JSPs. Workaround: add WEB-INF to sourceSets.main.java.srcDir except i can't solve mine
as the title says .auto complete is not working inside
jsp
files. even after i addsrc/main/webapp/WEB-INF
directory to thesourceSets
. i have seen some people who has the same problem and they solved it by doing so , mybuild.gradle
fileand this is my directory tree
environment info
gradle plugin v2.0.2
gradle javaee support plugin v1.0.3
The text was updated successfully, but these errors were encountered: