-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Type: QuestionFurther information is requestedFurther information is requested
Description
First, let me give you many, many thanks for providing this tool.
I hope to use it to provide autocomplete in Visual Studio Code (VSC) for many of the third party apps (like Microsoft Outlook, Evernote, and Keyboard Maestro, and more) and many of the AppleScript Scripting Libraries (like Shane Stanley's "Myriad Tables Lib").
I have several questions:
Installation
My first question is about installation, using this command you provided:
npm install @jxa/sdef-to-dts
Where do I install this? What folder do I need to be in so that it is available to all folders and workspaces of VSC?
Using @jxa/sdef-to-dts
You provide this command to convert .sdef and .app files
$ npx @jxa/sdef-to-dts /Applications/Safari.app --output ./safari.d.ts
Two Questions:
- Where do I run this command so that the resulting dts files are fully integrated with other dts files, and so that all of these are available to all folders and workspaces of VSC?
- Does the name of the output dts file need to exactly match the input name?
- For example, if the input file is "Microsoft Outlook.app", does the output file need to be "Microsoft Outlook.d.ts"?
Many thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: QuestionFurther information is requestedFurther information is requested