Gfortran and fortls #248
Replies: 1 comment
-
A compiler is responsible for parsing your source code into a binary that your computer can run. A Language server is a tool meant to provide high level functionality to users while writing code. This functionality was previously reserved only for Integrated Development Environments (IDEs), features like hovering, autocompletions and more, have a look at the fortls' webapge for a demo of the features: https://fortls.fortran-lang.org/features.html A language server cannot compile or "run" your code, it's just a development tool to make the programmer's life easier. For more info: |
Beta Was this translation helpful? Give feedback.
-
What is the difference between a server and a compiler? I have gfortran installed do I still need fortls?
Beta Was this translation helpful? Give feedback.
All reactions