Hi Remi,
thank you for your answer!
Sorry I could have been more precise.
In particular, I have tried already different things. The file is saved as .vhd file. I also checked the filetype recognition in sublime text. So it is shown in the lower right corner.
I am working on a Windows 10 machine, if that makes any difference.
Unfortunately, I could not resolve any of the issues yet. Only the commenting works properly.
If I want to add a header, console says: Inserted header template. But the cursor only jumps to the first line of the file. Nothing else happens.
If I run the testbench command, a file is created, and is named correctly like entity_tb.vhd but it is empty.
Console puts out:
vhdl-mode: Interface beginning found.
vhdl-mode: Interface end found.
Traceback (most recent call last):
File “C:\Program Files\Sublime Text 3\sublime_plugin.py”, line 1052, in run_
return self.run()
File “C:\Users\user\AppData\Roaming\Sublime Text 3\Packages\VHDL-Mode\vhdl_interface.py”, line 236, in run
signals_str = _interface.signals()
File “C:\Users\user\AppData\Roaming\Sublime Text 3\Packages\VHDL-Mode\vhdl_lang.py”, line 984, in signals
cb.indent_vhdl(1)
File “C:\Users\user\AppData\Roaming\Sublime Text 3\Packages\VHDL-Mode\vhdl_lang.py”, line 408, in indent_vhdl
rules_str = sublime.load_resource(‘Packages/VHDL Mode/Syntax/beautify_rules.yaml’)
File “C:\Program Files\Sublime Text 3\sublime.py”, line 192, in load_resource
raise IOError(“resource not found”)
OSError: resource not found
Maybe this gives you any hint?