Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

v0.3.1

Compare
Choose a tag to compare
@nevadascout nevadascout released this 06 Mar 21:05
· 78 commits to master since this release

Fixes and updates for this release:

  • Improved namespace support
    • Crane will now suggest scope-aware namespace parts in namespace and use statements
    • Crane will now suggest classes that have been aliased in use statements
    • When extending a class, Crane now only suggests classes
    • When implementing an interface, Crane now only suggest interfaces
    • Crane now doesn't suggest anything when declaring the name of a new class, trait or interface
    • Crane will now insert the fully qualified namespace of a class if there is no use statement for it
    • Crane now suggests non-namespaced classes after typing \ (eg. new \) when inside a namespace
  • Fix several bugs introduced in v0.3.0

A full list of resolved issues is available here.


Install by using File -> Open and selecting the .vsix file below in VS Code, or install via the marketplace.

You can update Crane from within VS Code by clicking the plugin icon in the sidebar, and clicking the green "update" button under the Crane section.