sharpSteff / lapce-csharp-plugin

Apache License 2.0
5 stars 1 forks source link

Blank type definition #6

Open marcelovbcfilho opened 4 months ago

marcelovbcfilho commented 4 months ago

What happened?

After downloading Lapce from the official website, install this csharp plugin and install the required charp-ls when trying to open a Type definition that came from outside of my project it just displays an empty tab.

Steps to reproduce

  1. Download Lapce from the official website
  2. Install the C# plugin
  3. Open a C# solution declare a simple string
  4. Right click on the string and go to Go to definition
  5. A new blank tab without loading the file is going to be opened

Expected behavior

When clicking on the Go to definition a new tab with the type definition should be presented.

System Details

Software version

v0.3.1

Images showing the issue

Image 1: It shows correctly a simplified type description

Screenshot from 2024-02-12 16-05-29

Image 2: The newly created blank type where the definition should be presented

Screenshot from 2024-02-12 16-05-43

Image 3: The warning notification

Screenshot from 2024-02-12 16-05-54

Image 4: CLI showing that the csharp-ls is installed and available to be used by the plugin

image