Intellisense
Let's learn how to use Intellisense in the VS code.
We'll cover the following...
VS code Intellisense
How do we leverage VS Code Intellisense to document our custom command?
How to leverage
We need to use a TypeScript definition file, to add them you need to:
-
Create an
index.d.ts
file in thecypress/support/signup
directory (where ...