-
If I try to format php file and it get the error below.
"Formatter for this file type (html5) not found."
-
A space is added between `=` and `>` when trying to use the new arrow functions (`=>`) in ES 6/Next/Harmony.
-
- Currently OptionSets are handled at Workspace level. Moving them to the Project level would allow more fine grained option scenarios.
-Why it's not possible to create own option sets or provide opt…
-
I have Main.hx open and try to type `import.haxe.ds.Option`. This randomly crashes on the "d" or the "O" with the following message:
```
See the end of this message for details on invoking
just-in-t…
-
Hello,
Currently there will be added some indentions in between of the functions within classes. This is kinda annoying because i want to trim all white spaces at the end of a line.
Is there a way …
-
Hi there. I just installed this plugin in SublimeText 3. After formatting my PHP code though the plugin seems to remove newlines between functions.
My settings are:
```
"codeformatter_php_option…
-
I have a bunch of standalone C# files that are compiled with the command line compiler and don't belong to any project or solution.
I tried this:
```
PS> Get-ChildItem -Path ..\..\LivroCSharp6\*.cs …
-
i.e. was before
if ($attempt++ > 5) {
die("\t\t\terror : max attempt limit reached.\n");
} else {
$sleep_time+= $sleep_time;
MyEcho("curl again after $sleep_time sec's.");
}
and now
if ($attem…
-
We need to finalize the coding style guidelines in this document:
https://github.com/MonoGame/MonoGame/blob/develop/CODESTYLE.md
This is a required step before we can do #1511.
Lets keep all discu…
-
I am trying to use ilrepack on my OSX for https://github.com/dungpa/fantomas F# executable.
I got the nuget package and ran this command
```
➜ ~ mono ILRepack.exe /out:/Users/naveen/temp/fant/Fan…