Using Resharper 8.2, Razor in MVC 5

In Razor files, when text appears as raw text,

<br>
    Localize Me

There is no way to localized it with Resharper's F6 (Move to Resource)

Am I missing something?

有帮助吗?

解决方案

ReSharper has not supported it yet http://youtrack.jetbrains.com/issue/RSRP-276872.

It supports localization like so:

<p>
    @String.Format("Localize Me")
</p>
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top