Hello,
in my code I have many GetString("Key"). E.G.:
```
public ResourceManager ResMgr = new ResourceManager("<namespace>.<class>", Assembly.GetExecutingAssembly());
[...]
[...] ResMgr.GetString("ShowWarning.Message.Text") [...]
```
But I can't see this in the extension.
There's a lot of this "keys" (MessageBox and elsewhere ) and in the internal editor isn't clearly arranged, in this extension it's clearly arranged.
Thank you in advance.
in my code I have many GetString("Key"). E.G.:
```
public ResourceManager ResMgr = new ResourceManager("<namespace>.<class>", Assembly.GetExecutingAssembly());
[...]
[...] ResMgr.GetString("ShowWarning.Message.Text") [...]
```
But I can't see this in the extension.
There's a lot of this "keys" (MessageBox and elsewhere ) and in the internal editor isn't clearly arranged, in this extension it's clearly arranged.
Thank you in advance.