Exuberant tags?

As new as can be to fpm – working great for me so far.

Is there a way to use ctags (exuberant tags) with fpm?

1 Like

Using ctags -R app/*.f90 src/*.f90 from the project directory works well. For example: vi app/main.f90 then ctrl-] moves to procedures in src. Huzzah!

1 Like