Multiple Startup projects in Solution, in Rider

In the run config drop down, select “Edit Configuration…” At the top of the left hand menu, click “+” Find and select “Compound” Name it Use the “+” button to add the projects you’d like to start together Select that configuration when you run it Edit the confuration: Find and select the Compound configuration: Add … Read more

Does CLion IDE include all features which ReSharper C++ provides under Visual Studio?

The choice between CLion and ReSharper C++ is usually dictated by your development environment. CLion is a standalone cross-platform IDE based on the IntelliJ platform. It is an option when your project uses CMake to manage the build process and GCC/Clang as the compiler. On the other hand, if you are using Visual Studio as … Read more

How to integrate WebStorm with Vue.js

WebStorm now supports vue.js (starting from 2017.1 [blog]) So no additional steps required DEPRECATED This is the checklist of ways to improve WebStorm(PhpStorm, Idea, etc.) experience: Use Vue.js plugin. UPDATE: Both plugins have own problems atm vue-for-idea has weird side-effects (hiding node_modules from project view); John Kelly’s Vue.js plugin force you to use special declarations … Read more