Skip to content

discussions Search Results · topic:visual-studio-code org:golang

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 ...

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 ...

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 ...

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 ...

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).

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