fortran clion

JetBrains-cLion is a non-open source (paying) IDE for C/C++. It has support for CMake, GIT, Refactoring and many other features. Because of the payment, there is a 30 days trial period.

It is worth mention because it has a Fortran plugin. It enables the possibility to enjoy all features mentioned above in a very stable and proved environment with Fortran Support up to 08.

As noted on their webpage, for such specific case (Fortran plugin on top of cLion), the Fortran project must be handled by CMake.

In case you want to give it a try, make sure to download the right version of the IDE. Currently the plugin does not yet support the very latest one ( 2021.3 ) versus 2021.2.3.

Your CMake Fortran project can be directly imported into the IDE by:

  1. File
  2. Open
  3. go to your project
  4. select your main CMakeLists.txt file project

Enjoy!

Leave a Reply

Your email address will not be published. Required fields are marked *