Intelligent Code Completion | IntelliSense Visual Studio Code

Опубликовано: 14 Февраль 2026
на канале: Teach Yourself Test Automation
302
2

Intelligent Code Completion | IntelliSense Visual Studio Code: https://teachyourselftestautomation.com
Follow My personal development growth journey:   / owasuik  

Hello, Hello, Hello..My Name is Kevin Owasu Itoe

Welcome, welcome, welcome...

Today the video is on Intelligent Code Completion, IntelliSense Visual Studio Code.

When accessing the Cypress API you type dot, the intelligent code completion gives you a drop-down of all methods available from the Cypress framework library.

There are two ways to implement intelligent code completion of IntelliSense as it is know in Visual Studio Code for Cypress.

First method is to hard code it to every test suite you do.

At the start of every test suit you type below line of code;
/// reference types="Cypress" /

The second is to create jsconfig.json file at the base of the project structure out
sid the cypress folder.

Add below code within this folder;

{
"include": [
"./node_modules/cypress",
"cypress/**/*.js"
]
}

The above two methods should work just fine but obviously, you do not want to use the hard coded option if you will be creating lots of test suites within a projects folder.

Hopefully, you found this video helpful please like, comment, and consider subscribing

Follow my journey - subscribe to my YouTube channel:https://www.youtube.com/channel/UCbme...

Hope this video was helpful, if so consider subscribing.

Many Thanks
Stay blessed always

My name is Kevin Owasu Itoe

Intelligent Code Completion | IntelliSense Visual Studio Code: https://teachyourselftestautomation.com
--------------------------------------------------------------------------------------------------------
Follow me
@Facebook:   / kevin.itoe.5.  .
Pinterest: https://www.pinterest.co.uk/owasuik/
My Blog: http://teachyourselftestautomation.com/
My YouTube Channel: https://www.youtube.com/channel/UCbme....
My Quora: https://www.quora.com/profile/Teach-Y
--------------------------------------------------------------------------------------------------------
This video:
Intelligent Code Completion | IntelliSense Visual Studio Code:   • Intelligent Code Completion | IntelliSense...  
--------------------------------------------------------------------------------------------------------
Other Videos you might be interested in:
Serenity BDD with selenium, cucumber, and juint:    • Serenity BDD With Selenium | Cucumber | Junit  Cypress
The Modern Web Application Automation Test Tool: What Is Cypress | Why Learn Cypress:    • What is Cypress | Why Learn Cypress | An A...  
Download And Setup Path To System Variables For Node.js:    • Download And Set Up Path To System Variabl...  Download
Visual Studio Code | Code Editor Javascript IDE:    • Download Visual Studio Code Code Editor Ja...  
Cypress ps1 cannot be loaded because running scripts is disabled on this system:    • Cypress ps1 cannot be loaded because runni...  
Cypress Project Setup And Installation On Windows 10:    • Cypress Project Setup And Installation On ...  
Launch Cypress Test Runner Via Terminal:    • Launch Cypress Test Runner Via Terminal  
Write Your First Test In Cypress:   • Write Your First Test In Cypress  
Cypress Supported Browsers:    • Cypress Supported Browsers  
Cypress Commands Get Type Click | Test Automation With Cypress:    • Cypress Commands Get Type Click | Test Aut...  
Cypress Command Log:    • Cypress Command Log  
Cypress Selector Playground:    • Cypress Selector Playground  
Intelligent Code Completion | IntelliSense Visual Studio Code:   / zmt2-thi1e  
-------------------------------------------------------------------------------------------------------
Test automation: https://en.wikipedia.org/wiki/Test_au
--------------------------------------------------------------------------------------------------------
#cypresselectorplayground #intellisense #intelligentcodecompletion