vsx - Web Project for F# -
i building project system visual studio mvc web projects controllers written in f#. comes along pretty cool. can build , run apps, have problem fsharp language service.
in editor shows syntax colorization , diagnostic should. 1 problem - not pick project references. though during build picks them , builds project, on screen shows objects/namespaces referenced assemblies/projects unresolved.
if out here has knowledge integrating f# language service - please me make work
in response tomas:
the code f# controllers in project file , mentioned can compile , run it. kept f# code in separate project , desire rid of complexity prompted project. not asp.mvc though bistro mvc.
edit
bistromvc solves problem in latest version of bistro designer based on f# project extender
can describe you're doing in more detail? "flavoring", or new project system? other aspects of 'project environment' picked up? example, if have f# code with
#if debug let x = 3 #else let x = 4 #endif
does coloring change when change vs solution debug release?
(offhand unsure if possible integrate f# language service user-defined project system; if want more of discussion, can email fsbugs@microsoft.com , i'll respond there.)
Comments
Post a Comment