ProwlEngine / ProwlEngine/Prowl
EASILY MULTI-SELECT MULTIPLE LINES IN THE ERRORS/OUTPUT/CONSOLE LIST
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 120
- Avg merge
- 11h 28m
- Merged PRs (30d)
- 11
Description
In Unity, it's extremely easy to select all the errors at once in the Console list, copy them, and paste them into an AI chat like Gemini or Copilot.
In Prowl Engine I had trouble doing this; I had to use the Capture Tool (text capture function) and paste it into the AI chat to fix the code. But then I noticed that Prowl opens a CMD/Terminal-like window too, and there I could easily copy the error list.
But the best would be to be able to copy the error list directly from the Editor's Console, or even have a "copy console" button like in MS Edge/Chromium's Inspect/Console.
This makes fixing errors/developing way faster.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Editor's Console, Errors, or Output list and inspect how entries are selected and copied. Done means multiple error lines can be selected and copied directly from the editor, with the copied list usable in another application.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 64/100