Closed aerosayan closed 9 months ago
Can you post a MWE of the code that demonstrates it. What is the output of:
fortls --debug_filepath your-file-name --debug_completion --debug_line your-lin-num --debug_char your_column_num
Well, the LSP autocompletion is working correctly again after I restarted my terminal.
No idea what caused the bug, or what fixed it.
I am closing this issue. In the future please try and narrow down the scope of the problem and form a MWE before opening a bug report.
Describe the bug Autocomplete doesn't seem to work correctly all of a sudden, for some reason. Subroutines are shown as functions, and only the name is autocompleted. The subroutine/function argument list is not displayed at all.
To Reproduce I have no idea how to reproduce this. Either something went wrong in my configuration, or it's an internal bug in fortls. Anyways, I'm just reporting this, in case others also face similar issues, then you'll know something internal in fortls has gone wrong.
Screenshots & Animations
Setup information (please complete the following information):
python --version
producesPython 2.7.18
, andpython3 --version
producesPython 3.8.2
Configuration information (please complete the following information): Neovim starts fortls with command:
fortls --notify_init --hover_signature --hover_language=fortran --use_signature_help
My fortls configuration is: