1

I have the latest Visual Studio Code. I have installed the latest SuiteCloud Extension for VS Code.

There is no intellisense.

I have also installed the SuiteNippets extension -- which is ok--but not full intellisense.

I am baffled as to why this is missing. Do I need to import/reference something from NetSuite--despite using their extension already?

How do I enable intellisense in VS Code for SuiteScript?

Donny Kwitty
  • 327
  • 2
  • 15
  • Unfortunately at this point in time, [SuiteSnippets](https://marketplace.visualstudio.com/items?itemName=ericbirdsall.SuiteSnippets) is going to be your only option for SuiteScript intellisense in VS Code – EssXTee Aug 09 '22 at 13:21

1 Answers1

0

See my previous answer to a similar question. It's possible to use the Head-in-the-Cloud bundle to create javascript transpiled from TypeScript files. The code completion is good and you have the added benefit of type checking.

Simon Delicata
  • 401
  • 5
  • 15