Skip to content

Commit 5042c05

Browse files
author
craigcaseyMSFT
committed
updates after review cycle
1 parent e9440c0 commit 5042c05

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/ide/reference/options-text-editor-basic-visual-basic.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,6 @@ The text editor indicates visual scope of procedures. A line is drawn in the *.v
6767

6868
When you commit an `Implements` statement or an `Inherits` statement for a class, the text editor inserts prototypes for the members that have to be implemented or overridden, respectively.
6969

70-
**Show procedure line separators**
71-
72-
The text editor indicates visual scope of procedures. A line is drawn in the .vb source files of your project at locations listed in the following table:
73-
74-
|Location in .vb Source File|Example of Line Location|
75-
| - | - |
76-
|After the close of a block declaration construct|- At the end of a class, structure, module, interface, or enum<br />- After a property, function, or sub<br />- Not between the get and set clauses in a property|
77-
|After a set of single line constructs|- After the import statements, before a type definition in a class file<br />- After variables declared in a class, before any procedures|
78-
|After single line declarations (non-block level declarations)|- Following import statements, inherits statements, variable declarations, event declarations, delegate declarations, and DLL declare statements|
79-
8070
**Enable error correction suggestions**
8171

8272
The text editor can suggest solutions to common errors and allow you to select the appropriate correction, which is then applied to your code.

0 commit comments

Comments
 (0)