-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
Describe the bug
No snippets seem to be working and I do not see a setting in the extension to turn them on or off.
Environment (please complete the following information):
- OS: Ubuntu 22.04
- VS Code version 1.99.3
- Extension version 1.16.0
- color themes, lint tools, etc.
Steps to reproduce
Steps to reproduce the behavior:
- Enable this extension
- Create a verilog (.v) file
- Type always @(something) begin
- See that there is no begin/end snippet suggestion and hitting enter does not insert an end either
Log
Attach the log generated while following the above steps
Expected behavior
When you type begin a suggestion for a begin/end snippet should come up
Actual behavior
Additional context
Add any other context about the problem here.