mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Go To Definition improvements
This commit is contained in:
parent
0bed50cf7c
commit
e245c922db
2 changed files with 12 additions and 0 deletions
|
@ -7632,6 +7632,8 @@ namespace IDE.ui
|
|||
let c = ewc.mData.mText[checkPos].mChar;
|
||||
if ((c.IsLetterOrDigit) || (c == '_') || (c == '@'))
|
||||
return true;
|
||||
if ((offset == 0) && (c == '.'))
|
||||
return true;
|
||||
let elementType = (SourceElementType)ewc.mData.mText[checkPos].mDisplayTypeId;
|
||||
if (elementType == .Method)
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue