Sublime Forum

Right click + "Jump to simbol definition" does not work

#1

I have install “SublimeCodeIntel”, but this seems bug of sublime, i think.

Right mouse buttom + “Jump to simbol definition” does not work
how to reproduce:

  1. move cursor to anywhere from function name you want to jump.
  2. right click on function name you want to jump
  3. select from menu “Jump to simbol definition”
    You will be jumped to that definition the curson is on. instead of that you have right clicked.

Before pass control to menu command you must move cursor to correstonding position or allow calling code to know position where it were right clicked.

UPD: how to reproduce without plugin:
we will play with “copy_with_empty_selection”

  1. go to some line
  2. right click on different line
  3. click ‘Cut’
    RESULT: Line the cursor is on will be cutted, but
    EXPECTED: Line the right click is MUST be cutted.
0 Likes