hansec / vscode-fortran-ls

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

[Suggestion] Implementation of deferred procedure #8

Closed bmxam closed 5 years ago

bmxam commented 5 years ago

Let's say we have an abstract super class A that declares some 'deferred' procedures. It would be great that, when we create a sub class that inherits from A, a simple click on some kind of notification let's us implement the deferred procedure.

hansec commented 5 years ago

Initial support for this feature was added in version 1.7.0 of the language server and version 0.4.0 of the VSCode extension. This is a fairly complicated feature so I am sure there will be cases where problems arise, so please report any issues to the language server repository. Thanks again for the suggestion and I hope you find the new features useful!