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

add: resolve links to symbols in markdown descriptions #2656

Merged
merged 8 commits into from
May 25, 2024

Commits on May 8, 2024

  1. add: resolve links to symbols in markdown descriptions

    Links like [mySymbol](lua://mySymbol) in a comment will now be resolved to a URI pointing to the actual file where `mySymbol` can be found.
    carsakiller committed May 8, 2024
    Configuration menu
    Copy the full SHA
    36994ae View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    1f3a500 View commit details
    Browse the repository at this point in the history
  2. fix: greedy match

    carsakiller committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b9c9f94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    459ac5c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. fix: remove callback

    carsakiller committed May 25, 2024
    Configuration menu
    Copy the full SHA
    50ff3a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3177cc0 View commit details
    Browse the repository at this point in the history
  3. add: entry in changelog

    carsakiller committed May 25, 2024
    Configuration menu
    Copy the full SHA
    551cea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce40df7 View commit details
    Browse the repository at this point in the history