Most actions in AngularJS Forge archetype's cheatsheet does not work due to empty currentProject variable.
Also another problem is that paths of files to be opened by cheatsheet are with dots instead of with "/"
For example this:
<command required="false" serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/src/main/java/org.jboss.tools.example.forge/model/Member.java,fromLine=44, toLine=45)" />
instead of this:
<command required="false" serialization="org.jboss.tools.project.examples.cheatsheet.openFileInEditor(path=/${currentProject}/src/main/java/org/jboss/tools/example/forge/model/Member.java,fromLine=44, toLine=45)" />