CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2017
    Posts
    677

    [RESOLVED] Getting rid of vertical lines in VS 2017

    When I installed VS 2017 Community version 15.5.2 I noticed there are vertical dotted lines outlining the indentation (block) structure of my code. I immediately felt I would like to get rid of them. I must have tried every possible setting in Tools->Options...->Text Editor->C/C++ to no avail. Please help me.

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: Getting rid of vertical lines in VS 2017

    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  3. #3
    Join Date
    Feb 2017
    Posts
    677

    Re: Getting rid of vertical lines in VS 2017

    Thank you. I thought I'd looked everywhere but apparently I hadn't.

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Getting rid of vertical lines in VS 2017

    Quote Originally Posted by wolle View Post
    When I installed VS 2017 Community version 15.5.2 I noticed there are vertical dotted lines outlining the indentation (block) structure of my code. I immediately felt I would like to get rid of them. ...
    Strange! I like these guide lines!
    Victor Nijegorodov

  5. #5
    Join Date
    Feb 2017
    Posts
    677

    Re: Getting rid of vertical lines in VS 2017

    Quote Originally Posted by VictorN View Post
    Strange! I like these guide lines!
    I can't help it but I'm an Emacs user at heart so I strip down every IDE to the bare minimum. Just the source text and me and nothing in-between.

  6. #6
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Getting rid of vertical lines in VS 2017

    Quote Originally Posted by wolle View Post
    I can't help it but I'm an Emacs user at heart so I strip down every IDE to the bare minimum. Just the source text and me and nothing in-between.
    Then why not move to notepad or edline?

  7. #7
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Getting rid of vertical lines in VS 2017

    Quote Originally Posted by Arjay View Post
    Then why not move to notepad or edline?
    LOL!
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured