Easy way to locally navigate into source code of packages from Hackage?

This page summarizes the projects mentioned and recommended in the original post on /r/haskell

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • haskdogs

    Haskell ctags/etags generator

  • You can use haskdogs which generates tags for everything in your dependencies, and then use normal tag command to go the source. Under the hood, haskdogs download all the packages that you are using and then tag them.

  • codex

    Discontinued A ctags file generator for cabal/stack project dependencies.

  • I think you are looking for this :) https://github.com/aloiscochard/codex

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • haskell-language-server

    Official haskell ide support via language server (LSP). Successor of ghcide & haskell-ide-engine.

  • Yeah, someone's working on it.

  • haskell-code-explorer

    Web application for exploring and understanding Haskell codebases

  • Easiest way right now is through haskell code explorer until the HLS team adds this feature.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts