“Copy line path” OR “Open in Editor” button on exception page #57446
              
                Unanswered
              
          
                  
                    
                      haroon-mahmood-4276
                    
                  
                
                  asked this question in
                Ideas
              
            Replies: 1 comment
-
| 
 That's already possible: #57393 (comment) What might be interesting, though, would be "Search/ask on Laracasts community" (https://laracasts.com/discuss) with the category already pre-selected | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
I am sharing a small debugging idea that often arises while working with Laravel.
When an exception occurs, the error page shows the file path and line number — which is great — but I often find myself doing the same thing over and over: manually copying that path, switching to my editor, and finding that exact line. It’s a tiny step, but when you hit multiple exceptions a day, it starts to get a bit tedious.
It would be really nice if the exception page had:
Nothing huge, just a small addition that would make debugging feel a lot smoother and faster. Laravel already has such a great developer experience, and this would be one of those subtle touches that make it even better.
Beta Was this translation helpful? Give feedback.
All reactions