We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921a96b commit cbfcca4Copy full SHA for cbfcca4
fortls/objects.py
@@ -1143,20 +1143,16 @@ def get_hover(
1143
"""Construct the hover message for a FUNCTION.
1144
Two forms are produced here the `long` i.e. the normal for hover requests
1145
1146
- ```
1147
[MODIFIERS] FUNCTION NAME([ARGS]) RESULT(RESULT_VAR)
1148
TYPE, [ARG_MODIFIERS] :: [ARGS]
1149
TYPE, [RESULT_MODIFIERS] :: RESULT_VAR
1150
1151
1152
note: intrinsic functions will display slightly different,
1153
`RESULT_VAR` and its `TYPE` might not always be present
1154
1155
short form, used when functions are arguments in functions and subroutines:
1156
1157
1158
FUNCTION NAME([ARGS]) :: ARG_LIST_NAME
1159
1160
1161
Parameters
1162
----------
0 commit comments