-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
Is there an existing request for this?
- I have searched the existing issues
I have tried the Pre-Release of the extension.
- Feature is not present in the latest Pre-Release
Feature Request
My project makes extensive use of Fortran's derived types and submodules. Types and their interfaces are defined in the main module file but all of the implementations are in separate submodule files. I document all of my procedures in the submodules where the implementation is, but this information is not displayed when I hover over a procedure and I am taken to the module interface when I click "go to definition".
It would be great if there was a way to see the hover text from the submodule and have that be the default location for the "peek" or "go to" commands.