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

Implemtation of VSCode RenameProvider for variable/function renaming #2152

Open
wants to merge 117 commits into
base: main
Choose a base branch
from

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    16f6a34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    790669a View commit details
    Browse the repository at this point in the history
  3. completed rename function

    Razmo99 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    99995b6 View commit details
    Browse the repository at this point in the history
  4. slight refactoring

    Razmo99 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    7006c6e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    f63661d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c8af2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. added new test case

    Razmo99 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    1e8de30 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. initial commit

    Razmo99 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    377a6b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    002d13c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    1178cd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec50b53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03c77ae View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    4769c02 View commit details
    Browse the repository at this point in the history
  2. unneeded init of class var

    Razmo99 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6f5b8ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79bc41b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20b0d94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    804076b View commit details
    Browse the repository at this point in the history
  6. fixing typo

    Razmo99 committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c3cddc7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5a2f50a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    8ec8d10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102affe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    057edd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6265381 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1f5eaf View commit details
    Browse the repository at this point in the history
  6. can visit dountil and dowhile

    Razmo99 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c8bae09 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2376082 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ada3b5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64971c2 View commit details
    Browse the repository at this point in the history
  10. formatting

    Razmo99 committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a1133a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. implemented visithastable

    Razmo99 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e9642f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a807f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c13c7 View commit details
    Browse the repository at this point in the history
  4. additional test cases

    Razmo99 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0010b40 View commit details
    Browse the repository at this point in the history
  5. additional tests

    Razmo99 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8c8576b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50bf971 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa53a7b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97e5420 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b3c124 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e84ce61 View commit details
    Browse the repository at this point in the history
  11. removing examples file

    Razmo99 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    9d1bbf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    acb9794 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b3bb6 View commit details
    Browse the repository at this point in the history
  3. additional test data

    Razmo99 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    599f981 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bc2352 View commit details
    Browse the repository at this point in the history
  5. implemented some new visitors

    Razmo99 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8b0d85b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50dc815 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    772b6b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b42ef12 View commit details
    Browse the repository at this point in the history
  9. additional test

    Razmo99 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    09a439a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    97f2768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c057cc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    448f808 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    e355326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28dc7d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9a364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98f0e1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a08fd1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bc90d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cb1252 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    1726405 View commit details
    Browse the repository at this point in the history
  2. Fixing typo

    Razmo99 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    58b2a02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    064ff88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8e05d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab6d48c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30c9dbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82c8120 View commit details
    Browse the repository at this point in the history
  8. fixing up tests

    Razmo99 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    cb987bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e093ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    648be18 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    45d5993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b20a5cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e563b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5818e4c View commit details
    Browse the repository at this point in the history
  5. formatting for rename symbol

    Razmo99 committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    2825d4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7d141c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    66b56b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2beb22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33e4cda View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0ca7824 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ecc372 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d08775d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    15ecd2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1dc0c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    1a6e2a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4a5647 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3d96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e620586 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    563e98d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9eeba30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8a96bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f39fd47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b7246f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc1ba49 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    05dac0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3d230 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    271b67f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5bebe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d32932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c1605a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7c1e87 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    76f1e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fa9b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d72e12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c416024 View commit details
    Browse the repository at this point in the history
  5. condensing if statements

    Razmo99 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9a74a1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92ae8f4 View commit details
    Browse the repository at this point in the history
  7. fixing comment grammar

    Razmo99 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    86e6287 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    545bd0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f5e416 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c9a8e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5296ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    914ffb3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. removing .vscode files

    Razmo99 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e269d1e View commit details
    Browse the repository at this point in the history
  2. deleting package-lock.json

    Razmo99 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    119d0c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2647b91 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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