Intelligent Code Completion | IntelliSense Visual Studio Code
Intelligent Code Completion | IntelliSense Visual Studio Code: https://teachyourselftestautomation.com Follow My personal development growth journey: https://owasuik.medium.com/ 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.