Skip to content

When opening a file with the editor Jump to the line of code #285

Description

@dtscbs

CLINK finds the symbol and gives a list of files, functions, and lines where the symbol is referenced. When opening the file, the editor remains at the top of the file instead of jumping to the line number.

The editor should be passed the file name and line number of the reference so that it may display the line in question.

For example, using emacs as the editor, if the symbol is found on line 97 of file temp1.c the following editor command line should be used

  emacs +97 temp1.c

Thank you

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions