We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, your system looks great, but I can't get it work in Visual Studio Code.
I did the following:
import "@jxa/global-type"; // your JXA application var userName = Application("System Events").currentUser().name();
But as I type "App" I do not see the autocomplete as shown in your GIF, nor do I see it when I type "Application("Sys"
Can you please help me get your system running in VSC?
Thanks.
The text was updated successfully, but these errors were encountered:
Run the following command
mkdir jxa-demo cd jxa-demo npm init -y npm i @jxa/global-type touch index.js
Then open the index.js editor in vscode, you can get intellisense normally
index.js
vscode
I suspect that some of your extensions or settings have prevented IntelliSense from functioning properly.
You can try to disable all extensions and settings, and edit to see if there will be intellisense?
My environment
vscode: 1.43.2 Node.js: 12.8.1
I am not an expert, I just hope I can help you.
Sorry, something went wrong.
No branches or pull requests
Hi, your system looks great, but I can't get it work in Visual Studio Code.
I did the following:
But as I type "App" I do not see the autocomplete as shown in your GIF, nor do I see it when I type "Application("Sys"
Can you please help me get your system running in VSC?
Thanks.
The text was updated successfully, but these errors were encountered: