Custom targets debugging and auto detection

Dear mbedStudio team,

as the mbedStudio is now a fully capable IDE we do wonder at our company how to use custom targets with the IDE. We know how to create custom targets and how to select them in the target selection and how to start the build process. So the question is basically about debugging and if possible auto detection.

So we either need to be able to setup new targets (without going trough the mbed certification process) ids which would then be recognized as their own targets

or

Use existing targets to mock our custom boards to the IDE. The mbedls library provides a way to add custom targets by overriding an existing target (mock). This works also by putting a mbedls.json file in the CWD of the library.

Is there anything like this planned for the future?