Remix shows the external methods of contracts:
https://images.app.goo.gl/ASLzP1yKTqLSPAx46
I there another way with Truffle or Hardhat to see the external methods of contracts.
My particular use case would be: Finding out methods that should not be exposed (probably should be set to internal).