GrepConsole icon indicating copy to clipboard operation
GrepConsole copied to clipboard

Does not work in Rider Run or Debug consoles

Open CreepyGnome opened this issue 1 year ago • 8 comments

Describe the bug Trying to use the Grep Console plugin in run and debug consoles but the option never shows up in the right click context menu. It does show up in the Debug Output tab which is not very useful to me as that is not the Console where all the applications logs are being shown.

My understanding is this plugin supports Rider, and that it should work from at least the Run console based on screenshots from IntelliJ IDEA in the plugin page.

To Reproduce Steps to reproduce the behavior:

  1. Install plugin in either Rider in versions 2023.3.6 and 2024.3.3
  2. Restart Rider
  3. Run or debug a project
  4. Go to the run or debug console
  5. Right click in console
  6. Grep options are not shown

Expected behavior Grep option shows in right click context menu

Screenshots Run Console Image

Debug Console Image

Works ONLY in Debug - Debug Output window Image

Environment : JetBrains Rider 2023.3.6 Build #RD-233.15026.35, built on June 6, 2024 You have a perpetual fallback license for this version. Subscription is active until September 6, 2025. Runtime version: 17.0.10+1-b1087.23 aarch64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. macOS 15.1.1 .NET Core v7.0.10 ARM64 (Server GC) GC: G1 Young Generation, G1 Old Generation Memory: 4096M Cores: 16 Metal Rendering is ON Registry: editor.config.csharp.support=true ide.experimental.ui=true Non-Bundled Plugins: me.laria.code.idea_caseconv (0.8.1) aws.toolkit.core (3.40-233) GrepConsole (13.2.0-IJ2023.3) com.github.copilot (1.5.30-231) aws.toolkit (3.40-233)

JetBrains Rider 2024.3.3 Build #RD-243.22562.250, built on December 23, 2024 Subscription is active until September 6, 2025. Runtime version: 21.0.5+8-b631.28 aarch64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Toolkit: sun.lwawt.macosx.LWCToolkit macOS 15.1.1 .NET Core v8.0.4 ARM64 (Server GC) GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation Memory: 4096M Cores: 16 Registry: ide.experimental.ui=true i18n.locale= llm.show.ai.promotion.window.on.start=false Non-Bundled Plugins: aws.toolkit.core (3.48-243) org.toml.lang (243.21565.122) GrepConsole (13.2.0-IJ2023.3) com.intellij.ml.llm (243.22562.251.6) com.github.copilot (1.5.30-242) aws.toolkit (3.48-243)

CreepyGnome avatar Jan 17 '25 14:01 CreepyGnome

Maybe this? https://github.com/krasa/GrepConsole/issues/181#issuecomment-1560811726

krasa avatar Jan 17 '25 15:01 krasa

Maybe this? #181 (comment)

Thanks, I tried those steps, and they didn't make any difference, the issue still exists.

I'm not sure how nodejs has anything to do with C# run and debug consoles. Plus I am not talking about the terminal window, which is entirely separate from the console ones.

That issue only shows that it worked in WebStorm for one person, but the issue owner didn't comment on whether it worked for Rider. I assume it probably did not work in their Rider.

CreepyGnome avatar Jan 17 '25 16:01 CreepyGnome

some consoles now use the same component as the terminal window, depends on the type of the app

krasa avatar Jan 17 '25 16:01 krasa

some consoles now use the same component as the terminal window, depends on the type of the app

That great and all but as I states those steps did not work for me rider version 3 and 4 years newer that that issue.

Do you have any other suggestions?

CreepyGnome avatar Jan 17 '25 16:01 CreepyGnome

nope

krasa avatar Jan 17 '25 16:01 krasa

Okay then... moving on, thanks.

CreepyGnome avatar Jan 17 '25 19:01 CreepyGnome

latest version not working in Rider 2025. same behavior as this thread .

lookforit avatar Apr 24 '25 03:04 lookforit

I can see the grep console options in the debug and run consoles, but nothing is being highlighted

Image

Rider 2025.2.4

AdamB-BVG avatar Nov 11 '25 16:11 AdamB-BVG