Skip to content

VS Code + FORTRAN IntelliSense #65

Answered by gnikit
lukhirt asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lukhirt,

To briefly answer your question, yes you can replace fortran-language-server with fortls. This is the main reason why I kept the name fortls so people and code editor extensions would not have to support 2 language servers.

To be a bit more detailed:

Simply uninstalling fortran-language-server and installing fortls should already give you access to most new features I have added, but it will certainly not give you access, through VS Code settings.json, to all the new settings. You can use a .fortls file to circumvent that, since I have unified the command-line and json interfaces, but there is a much easier way.

I am also a developer for the VS Code Modern Fortran extension, …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lukhirt
Comment options

@gnikit
Comment options

Answer selected by gnikit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants