I have started learning Fortran recently using MSDEV compiler. I mean I'm at beginner level.
My question:
Can I use VS Code as a compiler for Fortran ?
CodePudding user response:
No. VS Code is not a compiler for any programming language. VS Code is a text editor.
You can use VS Code as an editor together with many Fortran compilers. But you surely have to install some Fortran compiler. There are many free and commercial options and some of them have plugins that integrate them into VS Code.