Reformat code error
Resharper Settings:
Namespaces which should not be removed: "System"
Namespaces which should always be imported: "System"
Before reformat code
-
#define USE_OLD
namespace Mono.MonoBASIC
{
using System;
After reformat code
-
using System;
#define USE_OLD
namespace Mono.MonoBASIC
{
using System;
define after using gives an error
Please sign in to leave a comment.
Please submit it as a bug into the tracker.
--
Valentin Kipiatkov
Chief Scientist, Vice President of Product Development
JetBrains, Inc
http://www.jetbrains.com "Develop with pleasure!"