You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some internal discussion, we decided that an "IntelliSense" or IDE tooling doc would be helpful on its own.
There was a lot of confusion around the TypeScript doc - where many people didn't understand that you could utilize IntelliSense within Cypress without using TypeScript.
We can also add the json schema setup for IntelliSense in our cypress.json.
"IntelliSense" is technically a term specific to Visual Studio Code, the technical broader term being "Intelligent code completion", which is why I'm hesitant to name the actual code document "IntelliSense" - and possibly make it a broader - "Using Cypress in your IDE" document.
The text was updated successfully, but these errors were encountered:
After some internal discussion, we decided that an "IntelliSense" or IDE tooling doc would be helpful on its own.
There was a lot of confusion around the TypeScript doc - where many people didn't understand that you could utilize IntelliSense within Cypress without using TypeScript.
We can also add the
json schema
setup for IntelliSense in ourcypress.json
."IntelliSense" is technically a term specific to Visual Studio Code, the technical broader term being "Intelligent code completion", which is why I'm hesitant to name the actual code document "IntelliSense" - and possibly make it a broader - "Using Cypress in your IDE" document.
The text was updated successfully, but these errors were encountered: