hansec / ide-fortran

Fortran language support for Atom-IDE
MIT License
22 stars 1 forks source link

Recursively add source folders #2

Closed Poolshark closed 7 years ago

Poolshark commented 7 years ago

First of all, great work!

I was womdering if there would be a way to add source folders containing Fortran files recursively instead of adding them all in a .fortls file?

Unfortunately I have no clue how to do that but I'm willing to help if you tell me how to accomplish something like that (if even possible).

Thanks!

hansec commented 7 years ago

I actually have this implemented already. I just haven't pushed the changes to the Language Server yet. I will close this issue when I have pushed that upgrade to PyPi (pip). It will probably be in the next few days.

hansec commented 7 years ago

This capability is now available in fortls v0.2.0. Just update the fortran-language-server using pip or your preferred method and you should get it. Check out the README for that package to see information on the new configuration options.