“Why isn’t <%@ being recognized in .jsp files on VSCode?”
As the title says, I've encountered an issue where not a single <%@ directive attribute is being even recognised in any jsp files on VSCode. For example something like <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> doesnt work, or <%@page import="java.util.ArrayList" %>.…