Answer the question
In order to leave comments, you need to log in
Plugin for highlighting boxing/unboxing?
We are looking for a plugin for highlighting type packing / unpacking operations in the code.
Example:
interface ISomething {}
struct Something {}
static class Ext { public static void DoSomethingWithSomething(this ISomething sth){} }
//…
var mySomething = new Something();
mySomething. DoSomethingWithSomething ();
Answer the question
In order to leave comments, you need to log in
You can write your own, although code analysis is not an easy task. Alternatively, you can offer JetBrains to implement such a feature, perhaps they will do it in a few months, although how relevant this is for the bulk of developers is a question.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question