Colors - or just refactoring
Hi,
is it possible to switch off Resharper coloring? It misses some useful features
like different coloring of reference and value types which is sometimes more
important than highlighting local variables and fields.
It would be nice if I can switch off separate modules of Resharper. I would
like to use it currently only as plugin for refactoring.
Thank you
Yuriy
Please sign in to leave a comment.
You could switch off error highlighting completely using
ReSharper->Options->Highlighting
options page
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
<y.dot.solodkyy@gmail.com> wrote in message
news:7c6aeb045d05e8c75b347aeb1026@news.jetbrains.com...
>
>
>
Thank you
Are you going to add more coloring options like enum, struct and class identifier?
Currently, we aren't going to add them.
Tachnically there are no any problems to do so.
You could post such request to our tracker, and we will think on this
suggestion
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
<y.dot.solodkyy@gmail.com> wrote in message
news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>
>
>
>> You could switch off error highlighting completely using
>> ReSharper->Options->Highlighting
>> options page
>
Thank you, did it.
Returning to the first question, what do you think about ReSharper installation
mode which does not override any visual studio features, rather only add
new (including keyboard shortcuts)?
You could manually unassign keyboard shortcuts from the ReSharper actions.
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
<y.dot.solodkyy@gmail.com> wrote in message
news:7c6aeb045d0da8c75b3d782220a1@news.jetbrains.com...
>
>> Currently, we aren't going to add them.
>> Tachnically there are no any problems to do so.
>> You could post such request to our tracker, and we will think on this
>> suggestion
>
I would definitely like to second this request. We all ready have class
(aka "type"), but adding enum, struct, and even allowing different colors
for ref vs. value types would be awesome and very welcome.
"Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote in
message news:dbl3k4$1jd$1@is.intellij.net...
>
>> Thank you
>>
>>
>> Are you going to add more coloring options like enum, struct and class
>> identifier?
>>
>>> You could switch off error highlighting completely using
>>> ReSharper->Options->Highlighting
>>> options page
>>
>>
>
Hello Paul,
personally, I don't see necessity for different colorizing of value and reference
types.
If you want to know what kind of type you're looking at, you can hover mouse
over it and see the
tooltip (class)Foo or (struct)Foo or what not.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Currently, we aren't going to add them.
>> Tachnically there are no any problems to do so.
>> You could post such request to our tracker, and we will think on this
>> suggestion
>> --
>> Eugene Pasynkov
>> Developer
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>> <y.dot.solodkyy@gmail.com> wrote in message
>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>> Thank you
>>>
>>> Are you going to add more coloring options like enum, struct and
>>> class identifier?
>>>
>>>> You could switch off error highlighting completely using
>>>> ReSharper->Options->Highlighting
>>>> options page
Hi
if you use some third party libraries you may be even not suspecting that
somebody decided that it is value type.
thank you
Yuriy
>> I would definitely like to second this request. We all ready have
>> class (aka "type"), but adding enum, struct, and even allowing
>> different colors for ref vs. value types would be awesome and very
>> welcome.
>>
>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote
>> in message news:dbl3k4$1jd$1@is.intellij.net...
>>
>>> Currently, we aren't going to add them.
>>> Tachnically there are no any problems to do so.
>>> You could post such request to our tracker, and we will think on
>>> this
>>> suggestion
>>> --
>>> Eugene Pasynkov
>>> Developer
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>> <y.dot.solodkyy@gmail.com> wrote in message
>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>> Thank you
>>>>
>>>> Are you going to add more coloring options like enum, struct and
>>>> class identifier?
>>>>
>>>>> You could switch off error highlighting completely using
>>>>> ReSharper->Options->Highlighting
>>>>> options page
Hello Yuriy,
read the tooltips then :)
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Paul,
>>
>> personally, I don't see necessity for different colorizing of value
>> and reference
>> types.
>> If you want to know what kind of type you're looking at, you can
>> hover
>> mouse
>> over it and see the
>> tooltip (class)Foo or (struct)Foo or what not.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> I would definitely like to second this request. We all ready have
>>> class (aka "type"), but adding enum, struct, and even allowing
>>> different colors for ref vs. value types would be awesome and very
>>> welcome.
>>>
>>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote
>>> in message news:dbl3k4$1jd$1@is.intellij.net...
>>>
>>>> Currently, we aren't going to add them.
>>>> Tachnically there are no any problems to do so.
>>>> You could post such request to our tracker, and we will think on
>>>> this
>>>> suggestion
>>>> --
>>>> Eugene Pasynkov
>>>> Developer
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>> <y.dot.solodkyy@gmail.com> wrote in message
>>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>>> Thank you
>>>>>
>>>>> Are you going to add more coloring options like enum, struct and
>>>>> class identifier?
>>>>>
>>>>>> You could switch off error highlighting completely using
>>>>>> ReSharper->Options->Highlighting
>>>>>> options page
Hey, I didn't say it was NECESSARY, I just said it might be kind of nice.
:) Just having the ability doesn't mean it has to be used. Unless adding
the ability seriously negatively impacts performance (or your schedule) even
when not used, then it's something to at least consider. That's all.
"Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
news:c8a894d94bd578c75f2e90226767@news.intellij.net...
>
>
>> I would definitely like to second this request. We all ready have
>> class (aka "type"), but adding enum, struct, and even allowing
>> different colors for ref vs. value types would be awesome and very
>> welcome.
>>
>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote in
>> message news:dbl3k4$1jd$1@is.intellij.net...
>>
>>> Currently, we aren't going to add them.
>>> Tachnically there are no any problems to do so.
>>> You could post such request to our tracker, and we will think on this
>>> suggestion
>>> --
>>> Eugene Pasynkov
>>> Developer
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>> <y.dot.solodkyy@gmail.com> wrote in message
>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>> Thank you
>>>>
>>>> Are you going to add more coloring options like enum, struct and
>>>> class identifier?
>>>>
>>>>> You could switch off error highlighting completely using
>>>>> ReSharper->Options->Highlighting
>>>>> options page
>
Hello Paul,
this feature of course doesn't seriously impact neither performance nor our
schedule.
My only complaint was that too rich color scheme may actually distract the
user. Though
of course we can highlight all types the same color by default, and make
the differences
between value and reference types optional. I think we should consider it.
Please also note that there are other alternative classifications of types
- e.g. user-defined
and assembly-defined that could be reflected in highlighting. Attempting
to join (class,struct, enum, delegate)
and (user-defined, assembly-defined) classifications would yield the cross-product
- 8 highlighters for types only.
Seems to be a bit overkill ;)
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> Hello Paul,
>>
>> personally, I don't see necessity for different colorizing of value
>> and
>> reference types.
>> If you want to know what kind of type you're looking at, you can
>> hover
>> mouse over it and see the
>> tooltip (class)Foo or (struct)Foo or what not.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> I would definitely like to second this request. We all ready have
>>> class (aka "type"), but adding enum, struct, and even allowing
>>> different colors for ref vs. value types would be awesome and very
>>> welcome.
>>>
>>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote
>>> in message news:dbl3k4$1jd$1@is.intellij.net...
>>>
>>>> Currently, we aren't going to add them.
>>>> Tachnically there are no any problems to do so.
>>>> You could post such request to our tracker, and we will think on
>>>> this
>>>> suggestion
>>>> --
>>>> Eugene Pasynkov
>>>> Developer
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>> <y.dot.solodkyy@gmail.com> wrote in message
>>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>>> Thank you
>>>>>
>>>>> Are you going to add more coloring options like enum, struct and
>>>>> class identifier?
>>>>>
>>>>>> You could switch off error highlighting completely using
>>>>>> ReSharper->Options->Highlighting
>>>>>> options page
Hi
You don't need to set make them look diferently in default settings. Just
allow making them different if somebody wishes.
br
Yuriy
>> Hey, I didn't say it was NECESSARY, I just said it might be kind of
>> nice. :) Just having the ability doesn't mean it has to be used.
>> Unless adding the ability seriously negatively impacts performance
>> (or your schedule) even when not used, then it's something to at
>> least consider. That's all.
>>
>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>> news:c8a894d94bd578c75f2e90226767@news.intellij.net...
>>
>>> Hello Paul,
>>>
>>> personally, I don't see necessity for different colorizing of value
>>> and
>>> reference types.
>>> If you want to know what kind of type you're looking at, you can
>>> hover
>>> mouse over it and see the
>>> tooltip (class)Foo or (struct)Foo or what not.
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> I would definitely like to second this request. We all ready have
>>>> class (aka "type"), but adding enum, struct, and even allowing
>>>> different colors for ref vs. value types would be awesome and very
>>>> welcome.
>>>>
>>>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote
>>>> in message news:dbl3k4$1jd$1@is.intellij.net...
>>>>
>>>>> Currently, we aren't going to add them.
>>>>> Tachnically there are no any problems to do so.
>>>>> You could post such request to our tracker, and we will think on
>>>>> this
>>>>> suggestion
>>>>> --
>>>>> Eugene Pasynkov
>>>>> Developer
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
>>>>> <y.dot.solodkyy@gmail.com> wrote in message
>>>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>>>> Thank you
>>>>>>
>>>>>> Are you going to add more coloring options like enum, struct and
>>>>>> class identifier?
>>>>>>
>>>>>>> You could switch off error highlighting completely using
>>>>>>> ReSharper->Options->Highlighting
>>>>>>> options page
.... and scratch the user/assembly defined to get rid of the cross product.
:)
"Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
news:c8a894d94c36d8c75f5f6a9dbc63@news.intellij.net...
>
>
>
>
>> Hey, I didn't say it was NECESSARY, I just said it might be kind of
>> nice. :) Just having the ability doesn't mean it has to be used.
>> Unless adding the ability seriously negatively impacts performance (or
>> your schedule) even when not used, then it's something to at least
>> consider. That's all.
>>
>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>> news:c8a894d94bd578c75f2e90226767@news.intellij.net...
>>
>>> Hello Paul,
>>>
>>> personally, I don't see necessity for different colorizing of value
>>> and
>>> reference types.
>>> If you want to know what kind of type you're looking at, you can
>>> hover
>>> mouse over it and see the
>>> tooltip (class)Foo or (struct)Foo or what not.
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> I would definitely like to second this request. We all ready have
>>>> class (aka "type"), but adding enum, struct, and even allowing
>>>> different colors for ref vs. value types would be awesome and very
>>>> welcome.
>>>>
>>>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote
>>>> in message news:dbl3k4$1jd$1@is.intellij.net...
>>>>
>>>>> Currently, we aren't going to add them.
>>>>> Tachnically there are no any problems to do so.
>>>>> You could post such request to our tracker, and we will think on
>>>>> this
>>>>> suggestion
>>>>> --
>>>>> Eugene Pasynkov
>>>>> Developer
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
>>>>> <y.dot.solodkyy@gmail.com> wrote in message
>>>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>>>> Thank you
>>>>>>
>>>>>> Are you going to add more coloring options like enum, struct and
>>>>>> class identifier?
>>>>>>
>>>>>>> You could switch off error highlighting completely using
>>>>>>> ReSharper->Options->Highlighting
>>>>>>> options page
>
Actually, letting the user decide is surely the best option here - there
are many different ways that highlighting could be acheived that can overlay
together nicely - the little wavy lines, foreground, background, outlining,
bold, margin icons etc.
Mentioning margins there - what about highlighting edited sections in files
in the margin?
Hello Paul,
>> Hello Paul,
>>
>> this feature of course doesn't seriously impact neither performance
>> nor
>> our schedule. My only complaint was that too rich color scheme may
>> actually distract the user. Though
>> of course we can highlight all types the same color by default, and
>> make
>> the differences
>> between value and reference types optional. I think we should
>> consider it.
>> Please also note that there are other alternative classifications of
>> types - e.g. user-defined
>> and assembly-defined that could be reflected in highlighting.
>> Attempting
>> to join (class,struct, enum, delegate)
>> and (user-defined, assembly-defined) classifications would yield the
>> cross-product - 8 highlighters for types only.
>> Seems to be a bit overkill ;)
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> Hey, I didn't say it was NECESSARY, I just said it might be kind of
>>> nice. :) Just having the ability doesn't mean it has to be used.
>>> Unless adding the ability seriously negatively impacts performance
>>> (or your schedule) even when not used, then it's something to at
>>> least consider. That's all.
>>>
>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>> news:c8a894d94bd578c75f2e90226767@news.intellij.net...
>>>
>>>> Hello Paul,
>>>>
>>>> personally, I don't see necessity for different colorizing of value
>>>> and
>>>> reference types.
>>>> If you want to know what kind of type you're looking at, you can
>>>> hover
>>>> mouse over it and see the
>>>> tooltip (class)Foo or (struct)Foo or what not.
>>>> Regards,
>>>> Dmitry Shaporenkov
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>>> I would definitely like to second this request. We all ready have
>>>>> class (aka "type"), but adding enum, struct, and even allowing
>>>>> different colors for ref vs. value types would be awesome and very
>>>>> welcome.
>>>>>
>>>>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com>
>>>>> wrote in message news:dbl3k4$1jd$1@is.intellij.net...
>>>>>
>>>>>> Currently, we aren't going to add them.
>>>>>> Tachnically there are no any problems to do so.
>>>>>> You could post such request to our tracker, and we will think on
>>>>>> this
>>>>>> suggestion
>>>>>> --
>>>>>> Eugene Pasynkov
>>>>>> Developer
>>>>>> JetBrains, Inc
>>>>>> http://www.jetbrains.com
>>>>>> "Develop with pleasure!"
>>>>>> <y.dot.solodkyy@gmail.com> wrote in message
>>>>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>>>>> Thank you
>>>>>>>
>>>>>>> Are you going to add more coloring options like enum, struct and
>>>>>>> class identifier?
>>>>>>>
>>>>>>>> You could switch off error highlighting completely using
>>>>>>>> ReSharper->Options->Highlighting
>>>>>>>> options page
Hello Ronnie,
that feature (highlighting of recently edited lines) has already been included
into VS 2005
by Microsoft, so I doubt it make much sense for us to implement it in the
add-in for VS 2003
only.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> ... and scratch the user/assembly defined to get rid of the cross
>> product. :)
>>
>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>> news:c8a894d94c36d8c75f5f6a9dbc63@news.intellij.net...
>>
>>> Hello Paul,
>>>
>>> this feature of course doesn't seriously impact neither performance
>>> nor
>>> our schedule. My only complaint was that too rich color scheme may
>>> actually distract the user. Though
>>> of course we can highlight all types the same color by default, and
>>> make
>>> the differences
>>> between value and reference types optional. I think we should
>>> consider it.
>>> Please also note that there are other alternative classifications of
>>> types - e.g. user-defined
>>> and assembly-defined that could be reflected in highlighting.
>>> Attempting
>>> to join (class,struct, enum, delegate)
>>> and (user-defined, assembly-defined) classifications would yield the
>>> cross-product - 8 highlighters for types only.
>>> Seems to be a bit overkill ;)
>>> Regards,
>>> Dmitry Shaporenkov
>>> JetBrains, Inc
>>> http://www.jetbrains.com
>>> "Develop with pleasure!"
>>>> Hey, I didn't say it was NECESSARY, I just said it might be kind of
>>>> nice. :) Just having the ability doesn't mean it has to be used.
>>>> Unless adding the ability seriously negatively impacts performance
>>>> (or your schedule) even when not used, then it's something to at
>>>> least consider. That's all.
>>>>
>>>> "Dmitry Shaporenkov" <dsha@jetbrains.com> wrote in message
>>>> news:c8a894d94bd578c75f2e90226767@news.intellij.net...
>>>>
>>>>> Hello Paul,
>>>>>
>>>>> personally, I don't see necessity for different colorizing of
>>>>> value
>>>>> and
>>>>> reference types.
>>>>> If you want to know what kind of type you're looking at, you can
>>>>> hover
>>>>> mouse over it and see the
>>>>> tooltip (class)Foo or (struct)Foo or what not.
>>>>> Regards,
>>>>> Dmitry Shaporenkov
>>>>> JetBrains, Inc
>>>>> http://www.jetbrains.com
>>>>> "Develop with pleasure!"
>>>>>> I would definitely like to second this request. We all ready
>>>>>> have class (aka "type"), but adding enum, struct, and even
>>>>>> allowing different colors for ref vs. value types would be
>>>>>> awesome and very welcome.
>>>>>>
>>>>>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com>
>>>>>> wrote in message news:dbl3k4$1jd$1@is.intellij.net...
>>>>>>
>>>>>>> Currently, we aren't going to add them.
>>>>>>> Tachnically there are no any problems to do so.
>>>>>>> You could post such request to our tracker, and we will think on
>>>>>>> this
>>>>>>> suggestion
>>>>>>> --
>>>>>>> Eugene Pasynkov
>>>>>>> Developer
>>>>>>> JetBrains, Inc
>>>>>>> http://www.jetbrains.com
>>>>>>> "Develop with pleasure!"
>>>>>>> <y.dot.solodkyy@gmail.com> wrote in message
>>>>>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>>>>>> Thank you
>>>>>>>>
>>>>>>>> Are you going to add more coloring options like enum, struct
>>>>>>>> and class identifier?
>>>>>>>>
>>>>>>>>> You could switch off error highlighting completely using
>>>>>>>>> ReSharper->Options->Highlighting
>>>>>>>>> options page
Shame (unless you can improve on the VS2005 version :) - not seen it myself!
Ronnie
Hello Dmitry,
It overrides coloring feature included in VS2005. You don't need to provide
coloring, just leave colors provided by VS2005. however, I don't want to
switch off all smarttags provided by ReSarper. So I must use Highlighting
on.
>> Hello Paul,
>>
>> personally, I don't see necessity for different colorizing of value
>> and
>> reference types.
>> If you want to know what kind of type you're looking at, you can
>> hover
>> mouse over it and see the
>> tooltip (class)Foo or (struct)Foo or what not.
>> Regards,
>> Dmitry Shaporenkov
>> JetBrains, Inc
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>> I would definitely like to second this request. We all ready have
>>> class (aka "type"), but adding enum, struct, and even allowing
>>> different colors for ref vs. value types would be awesome and very
>>> welcome.
>>>
>>> "Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> wrote
>>> in message news:dbl3k4$1jd$1@is.intellij.net...
>>>
>>>> Currently, we aren't going to add them.
>>>> Tachnically there are no any problems to do so.
>>>> You could post such request to our tracker, and we will think on
>>>> this
>>>> suggestion
>>>> --
>>>> Eugene Pasynkov
>>>> Developer
>>>> JetBrains, Inc
>>>> http://www.jetbrains.com
>>>> "Develop with pleasure!"
>>>> <y.dot.solodkyy@gmail.com> wrote in message
>>>> news:7c6aeb045d0898c75b38a8162372@news.jetbrains.com...
>>>>> Thank you
>>>>>
>>>>> Are you going to add more coloring options like enum, struct and
>>>>> class identifier?
>>>>>
>>>>>> You could switch off error highlighting completely using
>>>>>> ReSharper->Options->Highlighting
>>>>>> options page