Skip to content

Proposal: use ACME chords for VSCode terminal #17214

@ucirello

Description

@ucirello
  • VSCode Version: 1.8.0
  • OS Version: macOS

Steps to Reproduce:

  1. Open terminal
  2. Make sure a compile produces an output similar to:
go build -i -v
github.com/iron-io/functions
# github.com/iron-io/functions
./main.go:63: expression in go/defer must be function call

In this case, instead of relying on linkify, we could use acme's mousechords (http://acme.cat-v.org/mouse)

In this case, highlight while holding right button - or some other acceptable combination - it takes the selected text and take an action, that can be, among possibilities, open the file in the goto address. Thus for the example above, it would open ./main.go:63 in $PWD.

Metadata

Metadata

Assignees

Labels

*as-designedDescribed behavior is as designedfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions