-
-
Notifications
You must be signed in to change notification settings - Fork 35
Implement an interface with the fortran-language-server #290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gnikit - you were helping me with an issue I was having with getting Modern Fortran/Intellisense/Fortran Language Server to work with VS Code in the fortls repository on Friday (hansec/fortran-language-server#212), and I've found my way over here looking for a way to test out the dev version of this extension. Is there any way to obtain a |
Here is the .vsix of the dev build, just change the extension name from .zip to .vsix (github does not allow arbitrary extensions to be uploaded) linter-gfortran-3.0.0.zip This branch should solve your hover issues. Let me know if you notice anything weird or something does not work. FYI there is still a fair bit of work be done mainly on the fortran-language-server side of things. As it currently stands we have no way to pass certain options to |
Thank you for that - I was able to get it installed and working (we don't have access to node.js, so I couldn't create the package myself). This definitely fixed my issue with being able to use the For example, a basic code snippet within one of my fixed form subroutines looks like this (except with proper fixed form format):
The variable
I am able to hover over Also, if it helps, my directories at the root are set up to have an |
We should implement the interface that FORTRAN Intellisense has into Modern Fortran. The Intellisense extension is not supported anymore, similar to the language server itself and taking control of the interface to the fortls would allow us to interface with it better.
The text was updated successfully, but these errors were encountered: