Fortls

Latest version: v3.2.2

Safety actively analyzes 724020 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 17 of 19

0.6.0

Changed

- Add keywords to autocomplete results in variable definition statements
- Filter autocompletion results in extend, import, and procedure statements
- Ignore completion requests on scope definition and ending lines to reduce autocomplete noise
- Filter autocompletion results in variable definition statements to reduce autocomplete noise (variables only)
- Ignore autocomplete and definition requests on preprocessor lines
- Add option to test completion and definition requests in debug mode

Fixed

- Improve export of abstract and external interfaces for completion and definition requests
- Fix scope name detection to prevent confusing variables that start with Fortran statement names
- Fix handling of external and abstract interface specifications
- Fix bug preventing unrestricted USE statements from overriding USE only statements
- Fix bug where file parsing ended prematurely in some cases with line continuations

0.5.0

Changed

- Add intrinsic functions and modules to autocomplete suggestions
- Add support for include statements

Fixed

- Remove erroneously included global objects from autocomplete results in USE ONLY statements
- Fix displayed type for derived type objects in autocomplete requests

0.4.0

Changed

- Add support for find_references, global and top-level module objects only
- Filter autocomplete suggestions for callable objects in call statements
- Speedup initialization and updates on large projects by accelerating construction of USE tree

Fixed

- Fix parser error with definitions requiring enclosing scopes in include files and unnamed programs, fixes [17](https://github.com/hansec/fortran-language-server/issues/17)
- Fix parser failure with visibility statements in included fortran files, fixes [16](https://github.com/hansec/fortran-language-server/issues/16)
- Fix detection of lines with trailing comments

0.3.7

Changed

- Automatically trigger autocomplete on `%` character
- Show named interfaces and prototypes in document outline
- Add support for autocomplete without prefix filtering

Fixed

- Fix occasional language server error in autocompletion with class methods

0.3.6

Changed

- Add support for fortran submodules, fixes [14](https://github.com/hansec/fortran-language-server/issues/14) and [#15](https://github.com/hansec/fortran-language-server/issues/15)
- Improve line tokenization and parsing

Fixed

- Fix parsing errors with incomplete function definitions
- Fix bugs in symbol and parser debugging

0.3.5

Fixed

- Improve unicode file handling with Python 3.x
- Add support for unnamed programs, fixes [13](https://github.com/hansec/fortran-language-server/issues/13)

Page 17 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.