Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

ToString() some errors(included #if/#else/#endif format error, comments format error) #506

Open
lailongwei opened this issue Dec 15, 2015 · 1 comment

Comments

@lailongwei
Copy link

a. #if/#else/#endif format error.
source:
#if some_cond
do_if_stuff;
#else
do_other_stuff;
#endif
when format, the do_if_stuff will became: # do_if_stuff;

b. comments format error, the same line comments will format to new line, eg:
source:
int intVal; // The comments
when format:
int intVal; <why the comments moved to new line???>

// The comments

@yamiwamiyu
Copy link

the same with
#region argumen
#My Code
#endregion

Release 5.5.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants