Chris Hansen
Chris Hansen
@emanspeaks Go ahead and upgrade to 1.2.0, it is the most up to date. Also, note that I changed the way preprocessor variables are defined in the `.fortls` file to...
@mscfd Great, if you have an example of the "type-synonym" macro I'd be happy to take a look at that as well.
Ok, just to be clear these macros don't cause the language server to crash right? Are your patches to show the code "as written" (including pre-substitution macros) in autocomplete and...
I think this wouldn't be too hard to add. The hardest part is providing useful suggestions in enough situations. Currently, I don't parse all statements in the code just definitions,...
Ok, I understand what you mean now. I will have to look in to how to do this type of action on inserting the suggestion. The only problem I see...
At the moment I don't think this is a big issue. I work with several large projects (over 50k lines or Fortran each) and the longest any of them takes...
Oops, actually I don't think "rename" is supported yet by the [Atom LS interface](https://github.com/atom/atom-languageclient). I have only used this feature in VSCode. It was included on the README for this...
I am not able to reproduce the first issue. However, for me Atom automatically opens the containing folder as a "project" when I open a file. Even if there is...
Thanks for the report and sorry for the delay. I have not used the windows subsystem for linux (WSL) myself, but my understanding is it should work in the same...
@Koushikphy Thanks for the report and sorry for the delay. Unfortunately, the [Fortran language server](https://github.com/hansec/fortran-language-server) that is used to drive this extension does not parse `*.mod` files and must have...