fortran-plugin
                                
                                
                                
                                    fortran-plugin copied to clipboard
                            
                            
                            
                        Fortran language plugin for IntelliJ Idea
The fortran plugin will sometimes add additional "end program" statements (improperly indented, and not at the end of the code) while I am editing code. Additionally, it is not properly...
Please add support for [FPM](https://fpm.fortran-lang.org/en/index.html)-managed projects
The standard allows this space. For example, see Fortran 2008 standard, section 3.3.2.2 Blank characters in free form.
I don't think this exception has been reported thus far. It isn't breaking anything I want the plugin to do (mainly syntax highlighting), but it does trigger the IDE error...
Hello, I am trying to run a CMake Fortran project using the CLion Docker toolchain. Unfortunately, the way our project is structured (CMakeFile.txt not being in the root folder), we...
When I select a name to rename. (via the context menu refactor), the preview works as expected, but the actual refactor command runs into an exception: com.intellij.diagnostic.PluginException: Cannot find manipulator...
Not sure if it's intended to work, or the feature is yet to be implemented. PS: Thank you for the very useful plugin.
I cannot seem to get CLion's Fortran plugin to work with the Intel Fortran compiler. I only tried on Windows, but will need it to work on Linux also. It...
Can fortran-plugin be used to show hover information about the varible/function information at point? Currently, I can't seem to find a way to enable/configure this option. It would be convenient...
java.lang.NumberFormatException: For input string: "mm" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:652) at java.base/java.lang.Integer.parseInt(Integer.java:770) at org.jetbrains.fortran.lang.types.infer.FortranInferenceContext.inferFortranArrayType(TypeInference.kt:432) at org.jetbrains.fortran.lang.types.infer.FortranInferenceContext.processTypeDeclarationStatement(TypeInference.kt:38) at org.jetbrains.fortran.lang.types.infer.FortranInferenceContext.infer(TypeInference.kt:28) at org.jetbrains.fortran.lang.types.infer.TypeInferenceKt.inferTypesIn(TypeInference.kt:10) at org.jetbrains.fortran.lang.types.ExtensionsKt$inference$1.compute(Extensions.kt:12) at com.intellij.psi.util.CachedValuesManager$1.compute(CachedValuesManager.java:158) at com.intellij.psi.impl.PsiCachedValueImpl.doCompute(PsiCachedValueImpl.java:54) at com.intellij.util.CachedValueBase.lambda$getValueWithLock$3(CachedValueBase.java:227) at com.intellij.util.CachedValueBase.computeData(CachedValueBase.java:42) at...