Locate files,folders and projects in a large solution Locate methods in a large class quickly. Create a class file from the embbeded class in another file.
Version 1.1
Enhancements * File search is now fuzzy search. * Move class creates file in the same location relative to the container class.
New Feature * Typescript model definition generator. Generates definitions only for classes and Enums. Interfaces are not supported.
Right click on the project and select Generate Typescript. Creates a folder Typescript under the project with generated typescript definition file.
To use the features,
To locate the files/folder/projects press C+K,C+O.
To locate methods in the class press C+O.
To move the class from another file into its own file select the whole class code and press C+I.