When I insert a "New file" template, $user and $date are replaced by the date and my username. Good.
But when I create a new file, these two variables are not replaced and the comment appears like this :
--
-- test
-- Created: ${date}
-- Author: ${user}
--
library ieee;
use ieee.std_logic_1164.all;
Have you an idea why ?