]
Dmitrii Bocharov updated JBIDE-19794:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
Provide content assist to create new JAX-RS resource method
-----------------------------------------------------------
Key: JBIDE-19794
URL:
https://issues.jboss.org/browse/JBIDE-19794
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Affects Versions: 4.2.3.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 4.5.x
The JAX-RS tooling should provide more content assist, including creating methods
annotated with {{@GET}}, {{@POST}}, etc.. with sensible parameters (entity, id). Once the
code is inserted (with valid import statements and proper formatting), the user should be
able to quickly edit the parameter types or names.
See how the JDT classes are used in
https://github.com/jbosstools/jbosstools-webservices/pull/232 to manipulate the existing
code