matty
10/10/2024, 2:34 PMCeligo AI
10/10/2024, 2:34 PMAI generated answer (using internal Slack threads):****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ****** Based on the conversations, it seems that you might be missing the necessary plugins or packages that enable code completion for SuiteScript in your IDEs. Here are some suggestions: 1. For WebStorm, ensure that you have the SuiteCloud plugin installed. This plugin is necessary for SuiteScript code completion. If you already have it installed, try invalidating the cache from the menu and restarting WebStorm. 2. For both WebStorm and SuiteCloud IDE, you can also try using the
@hitc/netsuite-types
package for TypeScript. This package provides high-quality code completion and refactoring support for SuiteScript.
3. If you're using JavaScript, you can use the typings-suitescript-2.0
package. You can import the modules into js files like: @param {import('N/record')} record
.
Please ensure that these plugins or packages are correctly installed and configured in your IDEs. If the problem persists, it might be worth checking if there are any updates or patches available for your IDEs or the plugins/packages.Celigo AI
10/10/2024, 2:34 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.86520493
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856189489
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848893702
Celigo AI
10/10/2024, 2:34 PM