Published on InterSystems Developer Community (https://community.intersystems.com)

Home > VSCode show System Items / Generated Classes

Article
Wietze Drost · Nov 4, 2020 1m read

VSCode show System Items / Generated Classes

Moving over from Studio To VSCode like many other will do now the ObjectScript plugin reached version 1.0, I noticed I was missing some items in the objectscript explorer. For example when creating a Rest API using the spec first approach, 3 classes are generated, an application.impl, application.disp and application.spec class, but the disp class was missing in the Object Explorer.

As the application.disp is a generated class, for showing these classes you need to turn this on by hitting the switch on the object explorer:

There's also a switch to enable/disable System Items.

#ObjectScript #VSCode

Source URL:https://community.intersystems.com/post/vscode-show-system-items-generated-classes