I'm getting tired of the cumbersome process of editing strings in Resources.resx. First of all, have I missed something in VS2008? If I have a reference to Resources.SomeTextConstant in my code, do I really have to manually find and open resources.resx, scroll down to "S" for SomeTextConstant, click in the field and then edit? Hitting F12 only takes me to the designer.cs file.
What I would like is some plugin that gives me direct access to the text field from the code editor... Something like what I've illustrated here:
Anyone?