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

File search go to symbol #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on May 17, 2021

  1. Support quick file-search with goto line and column

    The quick file-search text box (normally accessed via Ctrl + P)
    now allows the option to append filter input separators to indicate
    the target line number and column. This follows the current vscode
    patterns.
    
    E.g.
    <file filter>:<line number?>:<column?>
    <file filter>#<line number?>#<column?>
    <file filter>:<line number?>,<column?>
    
    Signed-off-by: Alvaro Sanchez-Leon <[email protected]>
    alvsan09 committed May 17, 2021
    Configuration menu
    Copy the full SHA
    6e31d41 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Support quick file-search with goto symbol

    Signed-off-by: Alvaro Sanchez-Leon <[email protected]>
    alvsan09 committed May 18, 2021
    Configuration menu
    Copy the full SHA
    56f967b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    0025923 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    9237352 View commit details
    Browse the repository at this point in the history