fortran-lang / fortls

fortls - Fortran Language Server
https://fortls.fortran-lang.org/
MIT License
257 stars 41 forks source link

Modernise intrinsic update process #359

Closed gnikit closed 5 months ago

gnikit commented 8 months ago

Is your feature request related to a problem? Please describe. The current update process follows a CLI with poor interface options. I do not think that this is the best approach, since this part of fortls is untested and rather junky.

Describe the solution you'd like This should probably be a standalone tool external to fortls module or be properly incorporated into the module; unit tested and following good practices.