ObjectiveThe aim of Simplificy is to simplify the work of project developers at Efficy by adding to VSCode some shortcuts related to Efficy. This extension has been designed to work with at most one custom folder and one standard Efficy folder in your VSCode workspace. Features1. Autocompletion
Type Efficy to see all of the methods available. Switch between parameters by pressing the Tab key. Credits to Gaëtan Warin for originally making this snippet. 2. Add Standard Efficy Folder
Right Click on VSCode's explorer to see the command Efficy Enterprise > Add Standard Folder. This shortcut will automatically search for the matching standard Efficy folder to add to your Workspace. If you do not have a custom Efficy folder in your workspace before using this command, an error message will be displayed: 3. Reveal Standard File
Right-click on a file from your custom Efficy folder and select the command Efficy Enterprise > Reveal Standard File. This command will automatically open in a new tab the Standard file according to your custom folder version. You can also trigger this command with the keyboard shortcut Ctrl+Alt+F: This shortcut will use the currently opened file to find the Standard one. If the file is not found in Efficy standard, an error message is displayed: 4. Search In Standard
Right-click on a text selection from your custom code and select the command: Efficy Enterprise: Search in Standard Folder. This command will search for the current selection text in the Efficy standard folder only. In order to use this command, you will need to add a standard Efficy folder to your workspace via the Efficy Enterprise > Add Standard Folder command. Otherwise, the following error will be displayed: Future features coming
Enjoy! |