How to custom console
here is my question: https://youtrack.jetbrains.com/issue/CPP-5836 , I hope add path anchor in clion console, how should I do
if it's complex, I know "idea bash plugin" can run bash in run console, how should I do that?
Please sign in to leave a comment.
You can create an implementation of com.intellij.execution.filters.Filter (look atcom.intellij.execution.filters.UrlFilter for example) an provide it via com.intellij.execution.filters.ConsoleFilterProvider extension point.