I am a QA heading to a new company where they all generally use Visual Studio Code, my experience is with IntelliJ IDEA and PyCharm. The language they use is JavaScript and so I will be writing my test framework in javaScript so the devs can more easily write tests without context switching.

My 2 questions: Does VS Code have Cucumber Plugins allowing me to write behave tests? And more importantly, does VS Code have the same refactoring tools that IntelliJ IDEA has? I love that I have easy access to a range of tools that allow me to refactor and simplify my code, making code writing really easy.

READ LESS
6 upvotes·636.5K views
Replies (1)
Senior Software Engineer at GfK·
Recommends
on
IntelliJ IDEA

I use Intellij IDEA Ultimate for javascript development and testing. Everything is configured and run smoothly. Visual Studio Code is a basic editor with a rich set of plugins. Making them to work smoothly is challenging sometimes. If you don't have a license for the Ultimate Edition, you can use Intellij EAP builds. The best judgement is to test both tools and see where you perform your work more efficiently. I'd recommend Intellij IDEA IDE for professional development.

READ MORE
3 upvotes·65K views
Avatar of richard cariven