Skip to content

[BUG] A '\t' is inserted unexpectedly when instantiating verilog modules #493

Closed
@RickyTino

Description

@RickyTino

Describe the bug
Actually I am not quite sure if it is a bug or a feature. The plugin always insert a "\t" in front of the first signal connection when using the "module instantiation" provided by this plugin.

Environment (please complete the following information):

  • OS: Linux version 3.10.0-1160.105.1.el7.x86_64 ([email protected]) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) )
  • VS Code version 1.76.1
  • Extension version v1.11.3

Steps to reproduce
Steps to reproduce the behavior:

  1. In certain source file press alt+i
  2. Select any SV module to instantiate
  3. See a tab '\t' appear in front of the first signal connection

Expected behavior
No '\t' at all, or provide an option to set whether there be a '\t'

Actual behavior
image

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions