[Bug] Enhance File Name and Line Number Handling in Log Messages #247
Labels
bug
Something isn't working
enhancement
Request regarding an existing feature
high-priority
High priority issue
roadmap
Future features that could be integrated
Milestone
Describe the bug
Turbo Console Log currently has two main issues with file name and line number handling:
Line Numbers Do Not Update:
console.log
or if the log message is moved.File Name and Line Number are Bundled Together:
file: <fileName>:<lineNumber>
) does not allow users to include only the file name or only the line number.These issues reduce flexibility and reliability for users who depend on precise log outputs.
Code snippet
Steps to reproduce
console.log
messages to your file.Screenshots
(Include relevant screenshots to demonstrate the current behavior and expected behavior.)
Expected behavior
Line numbers in log messages should dynamically update when lines are added, removed, or moved in the file.
Context:
Related Issues
This parent issue consolidates the following related issues for better context and tracking:
By addressing these issues, Turbo Console Log will provide a more reliable and customizable logging experience.
Additional context
These fixes will significantly enhance the usability of the extension, addressing long-standing user concerns and improving functionality.
The text was updated successfully, but these errors were encountered: