Giter Site home page Giter Site logo

Comments (3)

alexwl avatar alexwl commented on June 15, 2024

Hi,

  1. It definitely makes sense to be able to sort files in alphabetical order. It should be quite easy to implement (this feature is purely client-side). I will work on it this week.

  2. haskell-code-explorer explicitly does not support modifications of the source code. It is a trade-off that makes the architecture of haskell-code-explorer much simpler than that of a full-blown IDE.

  3. When you click on an identifier, the JavaScipt application adds a URL of the current line (e.g., /package/base-4.12.0.0/show/GHC/Conc/Signal.hs#L69) to browser history and then shows the definition site of the identifier. So, it is possible to use browser back button or Alt/Option + Left Arrow shortcut key (in Chrome and Firefox) to return to the previously browsed file.

  4. Integration with code editors is possible, but it would require significant effort (#32).

    There are development tools for Haskell that are specifically designed to add code intelligence features (go to definition, type and documentation on hover, code completion) to existing code editors:

    https://github.com/haskell/haskell-ide-engine works with VS Code, Vim and Emacs
    https://github.com/rikvdkleij/intellij-haskell is a plugin for IntelliJ IDEA

from haskell-code-explorer.

haskell-monad avatar haskell-monad commented on June 15, 2024

thank you, this project is really good, even better than haskell-ide-engine, come on

from haskell-code-explorer.

alexwl avatar alexwl commented on June 15, 2024

6954dbf adds an option to sort files by name/type. By default, files are sorted by name (in alphabetical order).

from haskell-code-explorer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.