You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jordan4ibanez
changed the title
bug: When a variable contains the word "block" as in block_definition, it thinks you're using the keyword
bug: When a variable starts with the word "block" as in block_definition, it thinks you're using the keyword
Aug 13, 2024
Is there an existing issue for this?
I have tried the Pre-Release of the extension.
Description
I have the variable
block_definition_array
and when I try to access it in a subroutine such as:it thinks I am using a
block
construct that doesn't get closed.If I rename it to even
t_block_definition_array
this issue goes away.I switched to a pre-release, and it's still an issue.
Screenshots
Expected Behaviour
I expect to be able to use variable names that start with block.
Version of Modern Fortran
v3.4.2024061901 (pre-release)
Version of Visual Studio Code
1.92.1
Platform and Architecture
Linux Mint 22 x86_64
Additional Information
No response
The text was updated successfully, but these errors were encountered: