Skip to content

GOTO component implementation from VSCode's integrated browser #67920

@snebjorn

Description

@snebjorn

Is this a bug report or a feature request?

  • Bug Report
  • Feature Request

Please provide the steps to reproduce the issue [Bug Report only]

No response

Please provide the expected behavior vs the actual behavior you encountered [Bug Report only]

No response

Please provide a screenshot if possible [Bug Report only]

No response

Please provide the exception or error you saw [Bug Report only]


Description [Feature Request only]

I'd like to jump directly to the source of an angular component that I select using VSCode's integrated browser.

This has been somewhat suggested before

Proposed solution [Feature Request only]

The integrated browser should probably be launched by starting a debug session. For the mapping to be setup correct.

// .vscode/launch.json file:
{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "editor-browser",
      "request": "launch",
      "name": "Launch in integrated browser",
      "url": "http://localhost:8000"
    }
  ]
}

Alternatives considered [Feature Request only]

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: vscode-extensionIssues related to the Angular Language Service VsCode extensiongemini-triagedLabel noting that an issue has been triaged by gemini

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions