Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CLion IDE: Use ssh as an environnent toolchains instead of MinGW/Cygwin on Windows

I'm currently using CLion 2016.2 and I would to use ssh as an environment toolchains instead of MinGW/Cygwin on Windows. For instance, Pycharm already support remote location for an environment using a ssh location(or using a docker container) and it works well. I would like to known if such feature could possible with CLion or maybe on a later version?

So far, I see there's difference when trying to configure CLion Toolchains on Windows or Linux:

Clion Screenshot for Windows (The Windows Clion Toolchains Settings)

Clion Screenshot for Ubuntu (The Ubuntu Clion Toolchains Settings)

Yet, I don't see anything about remote location such as ssh or docker to configure the environment, which would be particularly useful for Windows.

like image 506
antogerva Avatar asked Oct 19 '22 04:10

antogerva


1 Answers

No, this is not possible with CLion now. And probably this won't come in the nearest updates. Some related feature request you could follow is about Ubuntu toolchain on Windows: CPP-6352

like image 108
nastasiak2512 Avatar answered Oct 27 '22 09:10

nastasiak2512