-
-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
bugSomething isn't workingSomething isn't workinglsp/renameIssues related with renaming objectsIssues related with renaming objects
Description
I'm using neovim, and installed fortls using Mason.
In this code ...
real pure function sind(x)
real, intent(in), value :: x
sind = sin(x*((4.0*atan(1.0))/180.0))
end function
Going to the function name sind
in the line real pure function sind(x)
and renaming it using the symbol rename method in neovim( with fortls LSP) only changes the function name, and everywhere it's used, which is good, but does not change the internal variable name sind
in the line sind = sin(x*((4.0*atan(1.0))/180.0))
I had to manually rename it.
It would be nice if the variable name sind
was also renamed automatically.
I'm not sure if this was intended, or if it is a bug, but if it would be easy to support this feature, then I humbly request this to be supported.
Thanks.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinglsp/renameIssues related with renaming objectsIssues related with renaming objects