Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cabal go to module's definition #4380

Merged
merged 30 commits into from
Aug 22, 2024

Commits on Aug 12, 2024

  1. forced PR 4375

    VenInf committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    f3cdcbd View commit details
    Browse the repository at this point in the history
  2. get modules with names

    VenInf committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    169fa2c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. finding hsSourceDirs

    VenInf committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a49ecea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ff597a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. formatting and docs

    VenInf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5cc3906 View commit details
    Browse the repository at this point in the history
  2. formatting

    VenInf committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7cf0265 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Update plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Cabal…

    …Fields.hs
    
    Co-authored-by: fendor <fendor@users.noreply.github.com>
    VenInf and fendor committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1236c06 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Add Goto Definition for cabal common sections (haskell#4375)

    * Add goto-definitions for cabal common sections
    
    * Add default direct cradle hie.yaml file to testdata
    
    * incorporate changes requested in haskell#4375
    
    * add tests for cabal goto-definition
    ChristophHochrainer authored and VenInf committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    adcd5b9 View commit details
    Browse the repository at this point in the history
  2. resolve merging issues

    VenInf committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1bedad2 View commit details
    Browse the repository at this point in the history
  3. resolve merging issues

    VenInf committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    bd72add View commit details
    Browse the repository at this point in the history
  4. rm error call

    VenInf committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    3727a63 View commit details
    Browse the repository at this point in the history
  5. unnecessary parameter

    VenInf committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    b2e45e9 View commit details
    Browse the repository at this point in the history
  6. docs

    VenInf committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    766a362 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. first test

    VenInf committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    8869d6e View commit details
    Browse the repository at this point in the history
  2. + test data

    VenInf committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    a9470bd View commit details
    Browse the repository at this point in the history
  3. + test data

    VenInf committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    d77f879 View commit details
    Browse the repository at this point in the history
  4. Definition module

    VenInf committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f834e47 View commit details
    Browse the repository at this point in the history
  5. formattings

    VenInf committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    901adc0 View commit details
    Browse the repository at this point in the history
  6. separate test file

    VenInf committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5d149f4 View commit details
    Browse the repository at this point in the history
  7. more tests

    VenInf committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5e1a604 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. refactoring and docs

    VenInf committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    660dc88 View commit details
    Browse the repository at this point in the history
  2. docs

    VenInf committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    13dd3db View commit details
    Browse the repository at this point in the history
  3. grammar

    VenInf committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7f08ee2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    306911e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adcbe09 View commit details
    Browse the repository at this point in the history
  6. fix merge issues

    VenInf committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    39b4389 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6906a94 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Apply suggestions from code review

    Co-authored-by: VeryMilkyJoe <jana.chadt@nets.at>
    VenInf and VeryMilkyJoe committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    cec4e54 View commit details
    Browse the repository at this point in the history
  2. docs and small changes

    VenInf committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dcc045a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25847d5 View commit details
    Browse the repository at this point in the history