Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.96 KB

user-snippets.md

File metadata and controls

37 lines (22 loc) · 1.96 KB
title page_title description slug tags published position
User Snippets
User Snippets in Telerik REPL for Blazor
Telerik REPL for Blazor allows you to login with your Telerik account and save all snippets you run.
blazor-repl-user-snippets
telerik,blazor,repl,login,user,account,save,snippet
true
3

Saving Your User Snippets in Telerik REPL for Blazor

Once you log in, Telerik REPL for Blazor automatically saves every code snippet you create from your account. To create a code snippet, enter the desired code and click the Share button in the toolbar.

To log into Telerik REPL for Blazor, use your existing Telerik account or register as a new user by clicking the user icon in the toolbar. You will be prompted to the Telerik login page where you can enter your credentials.

You can manage the saved code snippets in the User Snippets section of the sidebar:

User Snippets menu in Telerik REPL for Blazor

The User Snippets menu allows you to review and manage your code snippets:

  • Open—Clicking a snippet will automatically populate it in the editor. You can run it or make changes. To save the changed snippet, click the Share button—the updated snippet will be saved as a new one.

  • Filter—You can filter the snippets by name or creation date.

  • Sort—You can sort the snippets by name or date of creation in ascending or descending order.

  • Rename—Telerik REPL for Blazor automatically generates a name when saving the snippet. You can change that default name to something meaningful.

  • Delete—While you are logged in, Telerik REPL for Blazor automatically saves each snippet you generate. The User Snippets menu allows you to delete the snippets you no longer need.

See Also

  • Predefined Editor Snippets and Scaffolders in Telerik REPL for Blazor