.NET Fiddle Ideas
-
Allow user input features such as "Console.ReadKey()" etc
Was just trying to run through the c# tutorial and realised the fiddler doesn't allow you to run code with Console.Read etc. Would be a nifty feature :)
2 votesHave you tried Console.ReadLine() or is it not sufficient?
-
Provide a way to create a new fiddle
It would come in handy to be able to click either the .NET Fiddle title in the top left corner, or a New Fiddle button to start over. Now, you have to refresh the page or go back to http://dotnetfiddle.net to create a new fiddle.
2 votes -
Link to author's other fiddles
On top of each fiddle, it says "by <author's user name>". The author's username should be a link to take the user to all his/her fiddles.
2 votes -
Bring in proper C# 7 tuple deconstruction
Simple test:
static (int, int) Foo(int i)
{
return (i+2, 1*2);
}Current "result" :
Predefined type 'System.ValueTuple`2' is not defined or importedExpected:
To compile (and work of course :-)This includes updating "4.7.2" "Compiler" to accept C# 7.x and at least linking the proper dll with ValueTuple-a for "Roslyn 2.0"
1 vote -
1 vote
-
User main page
It would be nice to have a user page that lists the Fiddles that we have created. A main page of sorts.
1 vote -
mobile/desktop button
Mobile/Desktop versions switch button is needed on main menu.
1 vote -
AutoCompletion of { } Shortcut for Console.WriteLine
Curley braces autocompletion would be so nice
and shortcut like cw + tab to write Console.WriteLine()1 vote -
Have `console` output handle *markdown* (optionally)
It would be cool to mark some words as
code
and others as emphasized.1 vote -
Enable adding assemply attributes like assemplyinfo.cs
some class libraries loaded from nuget need setting assembly attributes located in assemplyInfo.cs otherwise it fire an exception, like:
[assembly: AssemblyCompany("Company xyz")]
[assembly: AssemblyCopyright("Copyright © 2018 Company xyz")]Enable setting these attributes in assemplyInfo.cs
1 vote -
region
Add support for collapsible regions
1 vote -
Allow Postsharp
With postsharp AOP is available for C#. I wanted to try out a sample code at postharp. I downloaded the nuget package, but it didn't work.
PostSharp extends the C# and VB languages with a notion of pattern. The result: shorter, cleaner code that’s easier to write and understand, contains fewer defects and is less expensive to maintain.
1 vote -
1 vote
-
nuget header directive for vb.net
Why would you make a Nuget Header Directive available for C# but not for VB.Net?
1 vote -
why we cant just add our <script src="xyz"> ourselves. Why adding our own css style and javascript in above our html panel doesnt work?
why we cant just add our <script src="xyz"> ourselves. Why adding our own css style and javascript in above our html panel doesnt work?
1 vote -
My Fiddles on Left hand side
Please create My Fiddles on the left hand side Option's window or on right hand side (New window) so that one can easily switch between files if required.
1 vote -
Bug(?)
I was coding something and had some code to tell the user to press enter to continue. I did not want to keep writing it, so I copy and pasted it. However, this made my code go wonky. I had a switch later in the program and I was testing it out making sure it worked. I had copied and pasted the code after the switch, and this is where it gets weird... every time I ran it, it would go back to where I copied the code from and rerun the switch. I don't know why it happened but…
1 vote -
1 vote
-
Indentation problem with anonymous function
See this example: https://dotnetfiddle.net/nGSHTF
Typing return at the end of line 7 creates a new line with the wrong indentation. Adding spaces around the equals sign on line 8 causes the line to jump to the wrong indentation level.
This seems to be related to the code on line 7 which splits a string into an array of integers.
1 vote -
TOTAL IDEA
TOTAL IDEA :
1 - Font Size Change
2 - Set Automatic Color Syntax According to Commands (Like Notepad++)
3 - Add C++, Python , JavaScript , ... and more
4 - disable problem always set "Autorun on"
5 - Security Type : Public , Links , Private , Passworded
6 - Graph Output like Draw line.....1 vote
- Don't see your idea?