CodeInsight



Okay, I have a new idea for CodeInsight

When invoking CodeInsight some people would like the current symbol replaced
with the selected value (A), some would like the selected symbol placed
before it (B).

A
=
Before:
if <code insight here>Something then

After:
if SelectedSymbol then



B
=
Before:
if <code insight here>Something then

After:
if SelectedSymbolSomething then


I have another suggestion

How about the current symbol is *only* replaced if its text exists in the
selected symbol?

Scenario 1 (Select "SomeOtherThing")
========
Before:
if <code insight here>Something then

After:
if SomeOtherThingSomething then


Scenario 2 (Select "SomethingElse")
========
Before:
if <code insight here>Something then

After:
if SomethingElse then




Pete


.