just few suggestions
Hi
Firtst I must say Thanx for a great tool!
Just e few suggestions (VS.NET 2005, build 223)
1) Strange behavior of auto completion list when typing. Let say i just
typed "new Basi|" (| is cursor pos). Autocompletion list looks like in
my first screenshot. When i type next character "c", list goes empty
("No suggestions"). After typing "H", list is again populated like on
the screenshot....
Is that by design ?
2) Warnings for nonexisting arguments in format string is GREAT feature!
I just want to know how it is implemented. Does R# check this only for
"String.Format" ?
Wouldn't be better to checks also all methods with first param of type
string and second param of type "params object[]" ?
(for example "Log4net.ILog.DebugFormat(string format, params object[]
args) :) )
3) Do you consider support for MbUnit unit testing framework in test
runner ?
Thanx!
Michal Levy
Please sign in to leave a comment.
Not only string.Format, but a couple of such methods from Framework
I think this should be done pluggable. I'll considerimplementing this in 2.X
This is definetely will be done in 2.X
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Not only string.Format, but a couple of such methods from Framework
I think this should be done pluggable. I'll considerimplementing this in 2.X
This is definetely will be done in 2.X
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"