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
Signature help for VHDL entity instantiations — when typing inside a port map(...), VS Code now shows the entity's port names and types as you type (#21)
Quick Fix for undeclared identifiers — Ctrl+. on an undeclared identifier offers to declare it as a signal in the architecture body
Changed
Entity completion now triggers only after typing work. prefix instead of on bare entity/component/architecture/end keywords, reducing noise in autocompletion