Bug 495938 - Propose a completion entry to create a new Java service
Summary: Propose a completion entry to create a new Java service
Status: NEW
Alias: None
Product: Sirius
Classification: Modeling
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2016-06-11 16:06 EDT by Pierre-Charles David CLA
Modified: 2016-06-14 09:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre-Charles David CLA 2016-06-11 16:06:56 EDT
In the completion entries for interpreted expressions in the VSM editor, it would be nice to have a choice like "New Java service..." which would automate the creation of a Java service for the current context (i.e. the infered type of the current "self" at the point of completion.

It could open a wizard to ask for a service name (and signature), and a target service class (existing in the in the current VSP or to be created), and then directly open the JDT editor on an auto-generated template for the service method.