You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS Version: Windows 10 1809
VS Code Version: 1.33.1
Extension Version: 0.0.7
First of all, thank you for your job.
Suppose there is a signal, whose type is std_logic_vector: signal a : std_logic_vector (15 downto 0);
Then I want to assign a constant value x"1234" to it: a <= x"1234";
Sorry for my English. So I attach a gif:
As show before, the double quote after letter x is not auto closed.
My suggestion is add following snippet:
(snippets/vhdl.yml)
That's interesting, I think in @Brookg 's first example the quotes should auto-close, which means this is a bug. I'll look into this and update the thread.
OS Version:
Windows 10 1809
VS Code Version:
1.33.1
Extension Version:
0.0.7
First of all, thank you for your job.
Suppose there is a signal, whose type is
std_logic_vector
:signal a : std_logic_vector (15 downto 0);
Then I want to assign a constant value
x"1234"
to it:a <= x"1234";
Sorry for my English. So I attach a gif:
As show before, the double quote after letter x is not auto closed.
My suggestion is add following snippet:
(snippets/vhdl.yml)
(snippets/vhdl.json)
Result as shown below:
By the way, this issue may depend on every one's typing habits.
The text was updated successfully, but these errors were encountered: