hansec / vscode-fortran-ls

Fortran IntelliSense for Visual Studio Code
MIT License
37 stars 7 forks source link

Enable/disable keyword sorting when hovering #31

Open gnikit opened 3 years ago

gnikit commented 3 years ago

By default fortls will sort the keywords of subroutines and functions (and in some other instances if I recall correctly), however fortls has the option to disable that. This option is missing from the VS Code extension. It would be great if it could be added, just in case the sorted style is not ideal.