As new as can be to fpm – working great for me so far.
Is there a way to use ctags (exuberant tags) with fpm?
As new as can be to fpm – working great for me so far.
Is there a way to use ctags (exuberant tags) with fpm?
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!