24

Closed

F# code highlighting

description

Code browser doesn't highlight/colorize F# code, as it does with C#.
Also, fsproj files are XML, so the same highlighting should be applied.
Closed Mar 6 at 9:31 PM by TomCornelius
Code browsing now supports colorization for F#!

comments

nCdy wrote Sep 22, 2012 at 4:21 AM

Yes we need it, come on, SEO this up

ptrelford wrote Sep 23, 2012 at 1:52 AM

This is a dupe of item number 25385 http://codeplex.codeplex.com/workitem/25385 (currently 17 votes)

tomasp wrote Sep 23, 2012 at 1:54 AM

This is really missing at CodePlex! After all, F# has been in Visual Studio for some time now. In fact, why not use the F# compiler service to get colorization with tooltips as used on e.g. www.fssnip.net? (See https://github.com/tpetricek/FSharp.Formatting)

ptrelford wrote Sep 23, 2012 at 2:00 AM

GitHub and Pastebin manage to colorize F# code.

Visual Studio and F# Snippets http://fssnip.net colorize F# code and provides tool tips.

nCdy wrote Sep 24, 2012 at 11:48 AM

After all new really beauty (at least for me) design changes we (at least me) need features, vcs hosting is not enough this days. We (at least me) will be happy to have really strong github opponent.

TomCornelius wrote Mar 20 at 6:38 PM

Added colorization for fsproj files as well.