SuduIDE/ideals

Goto tooltip information

Opened this issue · 1 comments

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

Sure, just for further enhancement.

This feature (hover) is not implemented. Please don't try to test what's not done yet.