Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

悬停提示识别到错误内容 #76

Open
narutozxp opened this issue Jun 28, 2024 · 3 comments
Open

悬停提示识别到错误内容 #76

narutozxp opened this issue Jun 28, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@narutozxp
Copy link

悬停提示,会显示标识对应的注释内容,其识别机制如下:

其中标识对应的注释的内容为
标识被定义的所在行后的行注释
标识被定义之前的行注释以及块注释(遇到非注释部分即停止)

但是这种识别方案会导致将文件顶部的注释(用于表示文件的模块版本之类的信息)给识别到了:
image
因此建议将识别机制修改为:

标识被定义的所在行后的行内注释(同一行)
标识被定义之前的行注释以及块注释(需要紧贴着定义的行)

除此之外,生成的schematic中,没有显示常数(在本例中是常数0)
7LHS6$M$V}IRM9 {E F~RCD

@12113004
Copy link

image
没错,悬停显示有问题

@12113004
Copy link

我回退到之前0.3.2版本后显示正常

@Nitcloud Nitcloud added the bug Something isn't working label Aug 30, 2024
@Nitcloud
Copy link
Contributor

Nitcloud commented Sep 6, 2024

悬停提示将会在0.4.0版本解决,生成的schematic问题将会在0.4.2版本中解决。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants