Hi All,
I am the main dev and maintainer of the VS Code Modern Fortran extension and fortls Fortran Language Server (forked from hansec’s original implementation of LSP in fortran-language-server
).
I thought I would pop in and say hello and that I am here to help if you are having any problems either with Modern Fortran or fortls.
I would also like to extend an invitation to anyone who has any feature requests (e.g. snippets they would like to see) or bugs to report
- VS Code Modern Fortran feature req
- fortls Language Server feature req
The plan is to release v3.0 of Modern Fortran in the next coming months (basically whenever I find some free time from my PhD), which will introduce a series of new features like
- linting support for
ifort
andflang
(the latter is to be implemented) - Improved integration with the
fortls
Language Server - Various syntax highlighting fixes and bug fixes
- and General performance improvements
These features are already available in the preRelease version of the extension for users to test.
Similarly, I am planning on including a bunch of new cool features and bug fixes to the fortls
Language Server, when I get the chance.
Also, I think I should mention that I am quite busy at the moment and I find myself with increasingly less time to maintain and develop these tools, so anyone who feels like doing some light dev work is more than welcome to contribute to any of the two projects.