On Mon, Dec 6, 2021 at 12:00 PM Jason Abreu <jace.ab...@gmail.com> wrote:

> I have also created a sample web project using Ant and observe the same
> behavior.  With the new Jakarta EE, the code assist in JSP EL ("${...}")
> and JSF EL ("#{...}") does not show any of my CDI beans, only a "No
> suggestions" message.  This occurs with both Ant and Gradle projects.
> The code completion DOES work when using an older Java EE API project.
>

So if you open a legacy project, the behavior works? But with a new
project, it does not?

Have you tried "cloning" the working project to see if it works today? Can
you replicate your "SampleBean" example based on the older project? How do
the new project and the old projects differ?

And, honestly, it is a deal breaker. Otherwise you may as well be using a
"dumb" editor. Auto complete is part and parcel to the modern IDE
experience.

Reply via email to