We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On tab completion for the begin and end statements, vscode-verilog uses tab = 2 spaces. However, I've kept my VSCode default as tab = 4 spaces.
begin
end
vscode-verilog
Is it possible to get vscode-verilog to automatically use the tab size specified in the VSCode Settings?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On tab completion for the
begin
andend
statements,vscode-verilog
uses tab = 2 spaces. However, I've kept my VSCode default as tab = 4 spaces.Is it possible to get
vscode-verilog
to automatically use the tab size specified in the VSCode Settings?The text was updated successfully, but these errors were encountered: