Eclipse. Copy the Type Hierarchy into clipboard

前端 未结 2 1561
深忆病人
深忆病人 2021-02-07 00:53

When I open \"Type Hierarchy\" in Eclipse (either F4 or Ctrl+T), is there any way to copy the result tree as text into the clipboard?

P.S. Print Sc

2条回答
  •  感动是毒
    2021-02-07 01:32

    Copying the hierarchy still doesn't seem to be possible in Eclipse Neon.3, but you can use "Java Search" to work around this: enter the top-level type as the "Search string" and limit the search to "Implementors". You can then copy the search results.

提交回复
热议问题