intellij has the cool breadcrumb that is shows on/below the editor window.
is there a cool way to get this breadcrumb in clipboard?
for example ctrl+alt+shift+C gets the file path with line number.
so is there a way to copy the breadcrumb?
basically i want to create my own live template/macro for a shortcut
logger.info("xxx - " + breadcrumb)
i already have my live template doingth the above minus the breadcrumb part