CudaText-addons / cuda_lsp

LSP Client plugin for CudaText
2 stars 3 forks source link

goto preselect #193

Closed veksha closed 10 months ago

veksha commented 10 months ago

in Goto References dialog - preselect item which is equal to current line:

image

Alexey-T commented 10 months ago

@veksha

and name[0][1] == ed.get_prop(PROP_TAB_TITLE)

PROP_TAB_TITLE gives only __init__.py so 2 such filenames opened- can be confusion

veksha commented 10 months ago

name[0][0]+os.path.sep+name[0][1] == ed.get_filename() is better?

Alexey-T commented 10 months ago

something like this, yes. if it works.