Skip to content

v1.62

Latest
Compare
Choose a tag to compare
@stefanschenk stefanschenk released this 10 Apr 21:49
· 2 commits to master since this release

In this new release the following is added / fixed

  • In reference to issue #2, added completion suggestions for Lifecycle keywords.
  • Added Lifecycle keywords to the Colors & Fonts settings page, so one can set highlighting for these keywords.
  • In a first attempt for issue #1, added basic support for completion of Given Stories;
    This first implementation searches for story files within the module path, including dependencies and libraries
    and return the list of found files as suggestions. It assumes story files are found within the 'resources' folder.