Skip to content
New issue

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

Extra /// being added when saving file #58

Open
dsarfati opened this issue Mar 2, 2018 · 0 comments
Open

Extra /// being added when saving file #58

dsarfati opened this issue Mar 2, 2018 · 0 comments
Assignees

Comments

@dsarfati
Copy link

dsarfati commented Mar 2, 2018

Running VSCode on Mac. When I save (using either hotkey or file > save) and my cursor is at the end of a comment line the next line is commented out with an extra /// when the save is complete. This happens when the next line is either another comment or code.

For example:
(Note: cursor after 'world')

/// <summary>
/// Writes hello world|
/// </summary>
public void WriteHello(){}

Save
(Note: cursor moves to next line after new ///)

/// <summary>
/// Writes hello world
/// |/// </summary>
public void WriteHello(){}

For example:
(Note: cursor after '')

/// <summary>
/// Writes hello world
/// </summary>|
public void WriteHello(){}

Save
(Note: cursor again moves to next line after new ///)

/// <summary>
/// Writes hello world
/// </summary>
/// |public void WriteHello(){}

Any help would be greatly appreciated

@kasecato kasecato self-assigned this Mar 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants