Introduction to VS Code
Eggplant Studio is an extension for Microsoft Visual Studio Code (VS Code), which is a commonly-used, free code editor created and maintained by Microsoft. Eggplant Studio enables you to write, edit, debug, and run scripts in the Eggplant Test scripting language, SenseTalk, within VS Code. You can find information about the different ways to install Eggplant Studio in the Installation Overview.
Overview of VS Code
If you are new to VS Code, it may look confusing or complex compared to the text editor you are currently using. But there are a ton of reasons why it is one of the most popular code editors, not the least of which is because it is free to use. Beyond that, there is a wealth of features packed into this code editor which we are sure you will find useful. You can also install other third-party extensions to provide linting, enhanced language support, or extend your version control capabilities.
While this page will not attempt to walk you through each of them in turn, here are some useful links which do just that.
-
Getting started with VS Code
An introductory video which provides an excellent launch pad into the world of VS Code. -
Overview of VS Code's user interface
An overview of the five main areas of VS Code and how to get the most out of them. -
VS Code tips and tricks
Familiarize yourself with the powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts.
Further Reading
-
VS Code themes
Learn how to customize VS Code so you can work in a way you find most productive. -
Tutorial project to help you get started
This small project will walk you through writing some code, using the built-in code editing features, such as IntelliSense and Code Actions, and running and debugging your code. -
VS Code documentation Ready to dive a little deeper? Here's a link to the VS Code documentation