]
Roland Grunberg updated ERT-602:
--------------------------------
Sprint: devex #144 January 2018
[templates] Templates for empty .java files [EBZ#505610]
--------------------------------------------------------
Key: ERT-602
URL:
https://issues.jboss.org/browse/ERT-602
Project: Eclipse Release Train
Issue Type: Task
Components: JDT
Reporter: Friendly Jira Robot
Assignee: Roland Grunberg
Priority: Trivial
Labels: Text, bzira
Assuming someone tries content-assist on an empty .java file, it would be nice to show
templates such as "Create new class <fileName>", "Create new
interface <fileName>", "Create new enum <fileName>"... that
would scaffold a minimal content (packange and object declaration at least).
Or maybe those completion items could directly open the right New wizard without leaving
opportunity to change the name and let the wizard perform the change.