GrepConsole icon indicating copy to clipboard operation
GrepConsole copied to clipboard

Rider - Should this be able to work in the standard debug console?

Open MostHated opened this issue 4 years ago • 4 comments
trafficstars

Hey there, Over the last 2-3 years I have tried every plugin I could find but for some reason I can never get any sort of highlighting in the default debug console. When I came across this one I had high hopes, but when I went to give it a try, there was unfortunately no change, as with all of my other attempts. Do I just have something setup incorrectly with this, or does it simply not work with the debug console?

I just tried to add two additional items that matched up with what I had here, but as you can see below, nothing has changed:

This is from my Help/About window, in case it helps out any.

JetBrains Rider 2020.3 EAP 10 Build #RD-203.5981.86, built on December 2, 2020 Rider EAP User Runtime version: 11.0.9+11-b1145.21 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. .NET Framework 4.0.30319.42000 Windows 10 10.0 GC: ParNew, ConcurrentMarkSweep Memory: 3959M Cores: 32

Thanks, -MH

MostHated avatar Dec 14 '20 06:12 MostHated

That looks like terminal console, unfortunatelly Jetbrains migrated a lot of consoles to it without providing any API support - https://youtrack.jetbrains.com/issue/IDEA-216442

this might help: https://github.com/krasa/GrepConsole/issues/147#issuecomment-667953246

krasa avatar Dec 14 '20 12:12 krasa

Disable default terminal when launching nodejs:

  1. choose Help | Find Action... on the main menu;
  2. type registry to locate the Registry
  3. find nodejs.console.use.terminal key there and disable it

coprocoder avatar May 24 '23 09:05 coprocoder