-
Notifications
You must be signed in to change notification settings - Fork 374
Conversation
Composer/packages/tools/language-servers/language-understanding/src/LUServer.ts
Outdated
Show resolved
Hide resolved
…t/BotFramework-Composer into shuwan/LuGotoDefinition
|
From the gifs you included above, it seems like the user should hold down either cmd key on mac, and ctrl key on windows and then click an import and it would jump to the imported file. Does it also support right click and "go to"? the first interaction is kind of hidden and is more for a pro user vs. regular users, it's not very discoverable. |
@hatpick
I thought it is designed. If the right click menu is enabled again. User can select 'Goto Definition', and it should work. |
Please enable it again, I remember we disabled it as a part of a prototype for a labeler. Is that right @tdurnford ? |
|
@hatpick @cosmicshuai Yes, we disabled the context menu because we were using cmd + click to show the label; however, that is no longer the case, so enabling it should be fine. |
|
@hatpick @tdurnford |
|
@cosmicshuai It has something to do with this PR: Can you follow up with the author of that PR? UPDATE: |
|
@hatpick Thanks for the fix! |
* init * add import regex rules * add navigation * add a check file existence before navigation * simplify code * fix lint issue * re-enable context menu in lu editor Co-authored-by: Soroush <hatpick@gmail.com>

closes #6658
Multi-Language Navigations:



