Demonstrates how to generate CRMScript intellisense file from CRMScript reference documentation.
-
Fork or clone this repo
git clone https://github.com/SuperOffice/devnet.crmscript.intellisense.generator.git
-
Fork or clone the superoffice-docs repo
git clone https://github.com/SuperOfficeDocs/superoffice-docs.git
-
Enter the intellisense generator directory and run
dotnet build
-
Navigate into the build output directory and execute the application.
.\devnet.crmscript.intellisense.generator.exe "destination file path" "source folder path"
Example:
.\devnet.crmscript.intellisense.generator "C:\\temp\\ejscriptIntellisense.js" "C:\git\superoffice-docs\docs\automation\crmscript\reference"