Skip to content
This repository has been archived by the owner on Jun 30, 2020. It is now read-only.

Hover code does not work for custom types and interfaces #21

Open
bjaminn opened this issue Mar 27, 2017 · 2 comments
Open

Hover code does not work for custom types and interfaces #21

bjaminn opened this issue Mar 27, 2017 · 2 comments

Comments

@bjaminn
Copy link
Contributor

bjaminn commented Mar 27, 2017

The hover functionality does not work when working with custom types.

typedef enum logic [1:0] {
  FIXED = 2'b00,
  INCR = 2'b01,
  WRAP = 2'b10
} BurstType;


BurstType   wburst_type;

assign wburst_type = FIXED;

In the example wbusrt_type will not be highlighted.

@mshr-h
Copy link
Owner

mshr-h commented Mar 28, 2017

The hover function currently supports on;y integer and real types.
https://www.doulos.com/knowhow/sysverilog/tutorial/datatypes/

@mshr-h mshr-h closed this as completed Mar 28, 2017
@mshr-h mshr-h reopened this Mar 28, 2017
@bjaminn
Copy link
Contributor Author

bjaminn commented Mar 28, 2017

Thanks for the update. I was trying to figure out how to label this as an Enhancement or Feature Request but could not.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants