Hi,
It would be great if I could drag a file and have it add to my blazorrepl form as a new attachment. Would save time vs adding files manually then cutting and copying the contents.
Peter
REPL currently provides the option to add external static assets. However, one might need to create their own JavaScript and CSS files.
We want to track the community's interest in allowing users to add .css and .js files inside the projects and use them from the .razor files. Please add your vote if this is a feature you'd like us to add to the REPL tool.
We are researching if hot reload can be used in REPL and whether it will affect its performance.
We want to evaluate the community's interest and feedback in this regard. Please vote for this item if you'd like us to add a hot reload feature. Please also share your thoughts on whether it should be enabled by default or if you'd prefer to have the ability to toggle it when needed.
We are researching possible options for adding an autocomplete feature for the REPL Editor.
We want to evaluate the community's interest and feedback in this regard. Please vote for this item if you'd like us to add autocomplete feature and share your thoughts and expectations considering the following possible options:
At this point, we provide only compile-time errors in the Error List. The runtime errors are not caught and they are going directly into the browser console.
We want to track the community's interest in having a console for runtime errors. Please add your vote if this is a feature you'd like us to add to the REPL tool.
Hey,
If the plan is to encourage more widespread use of the REPL, promoting its role as a "go to" destination to prototype and share Blazor code, I wonder if there's scope for an option to toggle Telerik UI off.
I mean, I get why you'd want that on by default…
But I'm keen to use the REPL to embed "runnable" examples in blog posts and often need to share examples that use plain old CSS, or something like Tailwind (or indeed Bootstrap).
In those scenarios I don't really need the default theme/styles that come with Telerik UI (and they could clash with the styles I am trying to use).
Just a thought :)
I sometimes have a few repl tabs open to compare results. At the end when I am satisfied I often need just one, and closing the others in bulk is quite annoying as I keep getting interrupted by the window.oneforeunload prompt.
This setting should be somewhere in the UI and should save in the browser local storage so all my repl tabs can use it from the same place. I would prefer that over a cookie or non-persistent setting.
Blazor REPL import all static assets - both from packages and CDNs as normal JS files. The tool should know which files are modules and which are not.
Example:
The BlazorSize package is not working in the REPL: https://blazorrepl.telerik.com/mmYdEHFR31t74oWj55
Resizing the browser doesn't update my label and I don't see any errors in the UI, but I do see this in F12...
I want to be able to use NuGET library that dynamically imports ES6 modules in REPL.
Here is example of such REPL:
https://blazorrepl.telerik.com/GlbPumla45EkSDpz44
it fails to load following javascript file:
var scriptPath = "./_content/Toolbelt.Blazor.HotKeys/script.min.js";