logo
首页技术栈工具库讨论
haskdogs

haskdogs

Haskdogs is a 300-lines tool which creates tag file for entire Haskell project directory. It takes into account first-level dependencies by recursively scanning imports and adding matching packages to the final tag list. As a result, programmer can use his/her text editor supporting tags (vim, for example) to jump directly to definition of any standard or foreign function he/she uses. Note, that haskdogs calls some Unix shell commands like grep so this tool will likely fail to work on pure Windows platforms. Starting from 0.3, cmdline args will be passed to hasktags followed by a filelist generated. Starting from 0.4, haskdogs will use stack toolchain.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub icongrwlf/haskdogs16
HACKAGE
carbal install haskdogs
查看
标签
根据用户添加的标签生成
暂无标签