diff --git a/docs/guides/tooling/IDE-integration.mdx b/docs/guides/tooling/IDE-integration.mdx index dcd64926be..d7ea642ee2 100644 --- a/docs/guides/tooling/IDE-integration.mdx +++ b/docs/guides/tooling/IDE-integration.mdx @@ -66,16 +66,11 @@ with Cypress. ### IntelliJ Platform -- [JetBrains Aqua](https://www.jetbrains.com/aqua/): -An IDE for UI Test Automation with comprehensive Cypress support. -Features include autocompletion, in-IDE debugging, test search, and more. +- [JetBrains Aqua](https://www.jetbrains.com/aqua/): An IDE for UI Test Automation with comprehensive Cypress support. Features include autocompletion, in-IDE debugging, test search, and more. -- [Test Automation plugin](https://plugins.jetbrains.com/plugin/20175-test-automation): The official plugin, developed and maintained by JetBrains, -offering robust support for Cypress and compatible with IntelliJ IDEA, CLion, GoLand, PhpStorm, -PyCharm, Rider, RubyMine, and WebStorm. It encompasses all the features found in JetBrains Aqua. +- [Test Automation plugin](https://plugins.jetbrains.com/plugin/20175-test-automation): The official plugin, developed and maintained by JetBrains, offering robust support for Cypress and compatible with IntelliJ IDEA, CLion, GoLand, PhpStorm, PyCharm, Rider, RubyMine, and WebStorm. It encompasses all the features found in JetBrains Aqua. -- [Cypress Support](https://plugins.jetbrains.com/plugin/13819-intellij-cypress): -Integrates Cypress under the common Intellij test framework. +- [Cypress Support](https://plugins.jetbrains.com/plugin/13819-intellij-cypress): Integrates Cypress under the common Intellij test framework. ## Intelligent Code Completion