NetBeans java.time code completion: missing zone ID list
Goal To enable automatic completion of all available ZoneId identifiers when invoking ZonedDateTime.now(ZoneId.of("…")) in NetBeans. Constraints & Uncertainty NetBeans’ built‑in code completion currently offers only a limited set of zone IDs. Developers must type zone identifiers manually, which is error‑prone for large or uncommon zones. It is unclear w