eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Improve creation of new elements via command palette #265

Open tortmayr opened 5 years ago

tortmayr commented 5 years ago

The command palette should also support sort-of dynamic commands for creating new elements. In particular, we are interested in creating new elements by specifying name and type. (e.g. typing MyName:AutomatedTask should create a new AutomatedTask with the name label "MyName")