Skip to content

Feature: in debug, copy raw text. without "\n\t\t\t\t"; #251558

Closed as not planned
Closed as not planned
@wildwind123

Description

@wildwind123

When i want copy value from variable in debug. I often do it only with print in debug console. Because when i copy variable value directly from debug var (right click, copy). I got not clear value.

Example. This sql query have symbols '\n\t\t\t\t' ( i cant copy this value, because it wrong, and cant run this query in database )

Image

in terminal this is clear ( i copy it from terminal ).

Image

I very often copy sql query, json string in debug for test etc.... And every time i should print it in terminal,

Feature copy raw string value without "\n\t\t\t\t" will helpfull.
And feature copy raw string full value, without limit, it too will helpfull (big string is cutting, and should print it in debug console).

I think, this problem exist, on every language, not only Go.

Metadata

Metadata

Assignees

Labels

*caused-by-extensionIssue identified to be caused by an extension

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions