Skip to main content
A newer version of this page is available. .

Paste Replace Word

The Paste Replace Word feature allows you to replace the identifier under the caret with the word on the clipboard without selecting this identifier.

Note

The Paste Replace Word feature works in C#, Visual Basic, XAML and HTML code.

How to Use

  • Copy a word to the clipboard. You can use the Smart Cut and Copy feature in C# and VB code.

  • Place the caret on an identifier.

  • Press Ctrl + B to replace the identifier with the word on the clipboard.

ClipbdTools_PasteReplace

Example

The following screencast demonstrates how to replace the Color property value with the value on the clipboard in XAML code:

ReplaceXAML