Refs: #58678
Complexity: 2
Create Issue
There is now copy breakcrumbs path which allows to copy the symbol path, like FooClass.barMethod. To test this
- make sure breadcrumbs are enabled
- enable editor tabs, right click a tab, and select "Copy Breadcrumbs Path"
- disable editor tab, right click breadcrumb, and select "Copy Breadcrumbs Path"
- F1 > Copy Breadcrumbs Path
- move around in the file so that breadcrumbs change and make sure it copies the right thing
- use the
breadcrumbs.symbolPathSeparator setting and make sure segments are separated that way
- make sure the setting can be configured per language
Refs: #58678
Complexity: 2
Create Issue
There is now copy breakcrumbs path which allows to copy the symbol path, like
FooClass.barMethod. To test thisbreadcrumbs.symbolPathSeparatorsetting and make sure segments are separated that way