Skip to content

Goto tooltip information #27

@rudolf101

Description

@rudolf101

Description

Goto tooltip does not show information about the object

To Reproduce

Steps to reproduce the behavior:

  1. Run Visual Studio Code extension.
  2. Write this code:
class People:

    def __init__(self, name):
        self.name = name


guy = People("Name")
  1. Press Ctrl and hover the mouse over the name of the class.

Expected behavior

image

Actual behavior

image

Visual proofs (screenshots, logs, images)

Environment

OS: Windows 11 Pro 21H2
JDK: Amazon Coretto 18.0.2
Intellij IDEA: Build #IU-221.5921.22
Visual Studio Code: v1.70.1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions