Typing Cocktail in the Command Palette will display a list of all available functions.
SMR displays all SMR file.
Open Prglink.xml quickly opens the Prglink.xml file.
Open CentralConfig quickly opens the SCCnt.Config file.
Unit display all unit / all folder unit.
Note open note file with markdown format.
Program Workspace
Displays list program, when selecting a specific PG, it will display all units of that PG in new VScode window.
Use ctrl + shift + F to search all workspace.
In the command palette, input % + search text to search all workspace (results will be displayed immediately in the command palette.).
Project Folder Displays all folders and files in the folder specified in the config file.
Item Dic Search Search item infomation in repo.
Unit Dic Search Search unit infomation in repo.
Program Dic Search Show all program infomation.
DBD Search Search table infomation.
HotKey
HotKey Alt + A will insert comment add.
HotKey Alt + U will insert comment update.
HotKey Alt + D will insert comment delete.
HotKey Ctrl + F7 switch file to edit mode.
HotKey Ctrl + F10 open Program Workspace.
HotKey Ctrl + Shift + F10 open Program Dic search (Properties).
Snippets
In VB , SQL files, there is a snippet suggesting some commonly used SC codes.
In plainText file, there is a snippet generating information of tables, items in the format used for detail design.
Settings
Type Setting Environment in the command palette, press enter and select Setting. The config.json file will be opened and proceed to enter the project information such as userrepo, host, NET path...
After setting the information in the config.json file, after selecting Setting Environment, a list of environment information that has been set will be displayed.
Select the environment and the snippets file used in plaintext will be created accordingly.
Setting Environment opens the config.json file to configure the project information.