discussions Search Results · topic:visual-studio-code org:golang
Filter by
142 results
(239 ms)142 results
ingolang (press backspace or delete to remove):
Two things annoy me in variable inspector - one is that I need to open every pointer to view it s data, can that be
somehow setup to show the data without extra indirection second is that too much space ...
igadmgposted
6 days ago- 0
:
Hi,
I ve received an update of this Go plugin today. It updated this plugin from version v0.52.0 to v0.52.1.
When I looked at the release page and the Git changes between those versions I didn t find ...
rostidevposted
11 days ago- 0
:
The runtime/metrics package exposes wealth of detailed information about the Go runtime. Would other packages in the
standard library benefit from their own metrics? What would be useful to know about ...
jbaposted
on Jul 28, 2023- 25
:
Types and functions that exist in files of package main are not being recognized in main.go, so they flag as undefined
warnings by the staticchecker(?!).
The app runs without issues, but it s annoying ...
squint2posted
on Feb 11, 2024- 2
:
A common request we hear from users is some kind of go new functionality to start a new module with some kind of basic
template.
It seems like a tool along these lines should not be limited to templates ...
rscposted
on Jul 31, 2023- 89
:
I m starting this discussion to collect early feedback on a draft design for a kind of region-based memory management in
Go. There is no prototype yet, only a design and a preliminary evaluation.
Please ...
mknyszekposted
on Nov 8, 2024- 216
:
This is a discussion intended to lead to a formal proposal.
This was written with input from @mvdan, @johanbrandhorst, @rogpeppe, @chrishines, @rsc.
Background
The widely-used encoding/json package ...
dsnetposted
on Oct 5, 2023- 632
:
I am experimenting with running a new bot @gabyhelp (which I am writing) in the Go issue tracker to try to help automate
various mundane things that a machine can do reasonably well. Some aspects of the ...
rscposted
on Jun 8, 2024- 125
:
Hi friends, I’ve created a Go allocations explorer for VS Code. It’s on the marketplace and here is the source. May be
of interest to folks here (and forgive the shameless plug).
clipperhouseposted
on Oct 6, 2025- 0
:
I m trying to call the String() function on my struct, but cannot figure out if it s supported:
{s.String()}
{eval err: {%!e(string=function calls not allowed without using call )}}
{call s.String()} ...
Kentzoposted
on Sep 16, 2025- 5