How to add text to editor without the popping of intellisense list box ? e.g. when user press "enter" in a C# method, automatically the cursor is aligned with tabs or blank spaces

SaTechyv 6 Reputation points
2021-03-12T15:07:04.417+00:00

How to add text to editor without the popping of intellisense list box ?

e.g. when user press "enter" in a C# method, automatically the cursor is aligned with tabs or blank spaces.

void Foo()
{
< >Console.writeline(...
}

the < > is added when "enter" is pressed

77297-foo.png

Tks in advance
Joe

Community Center Not monitored
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dylan Zhu-MSFT 6,426 Reputation points
    2021-03-15T02:23:53.087+00:00

    Hi SaTechyv,

    You can go to Tools > Options > Text Editor > Plain Text > Tabs, then enable "Insert Spaces"
    77611-image.png

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our * *documentation* to enable e-mail notifications if you want to receive the related email notification for this thread.**

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.