T4 Editor for Visual Studio 11 beta? - t4

Is there a T4 editor that works with Visual Studio 11 beta 1 yet?
I have no doubt tangible will update, but one doesn't seem to be available yet.

Looks like tangible is the first out of the gate. They posted T4 tools for VS 11.
You can get it here: http://visualstudiogallery.msdn.microsoft.com/b0e2dde6-5408-42c2-bc92-ac36942bbee9

Related

Visual Studio 15 Preview 5 - Not working with ReSharper

I have ReSharper 2016.2.2 installed onto Visual Studio "15" Preview 5.
When I use the new language features for C# 7.0 I get warnings that look like design-time errors, but my application compiles and runs fine.
I have also added this line to my Project's DotSettings file:
<s:String x:Key="/Default/CodeInspection/CSharpLanguageProject/LanguageLevel/#EntryValue">Experimental</s:String>
I had understood this to be the correct setting for C# 7.0 ?
I would like to know if there is a setting/configuration that allows ReSharper 2016.2.2 to work correctly with Visual Studio "15" Preview 5.
Install the latest EAP build for Resharper to get support for Visual Studio 15 Preview builds and C# 7 features.
Looks like I may be jumping the gun. The link here explains that C#7.0 support is still very much in the development stages and is not coming till version 2016.3 of ReSharper.

Using T4 Templates in Visual Studio 11 Beta

I'm trying to load a VS 2010 Solution in VS 11 Beta. When I try to run my T4 Templates I get this error:
Error 1 Failed to resolve include text for file: T4Toolbox.tt
Is there already support for T4 Templates in Visual Studio 11 Beta? I found this article that indicates I could use T4 Templates ...
T4 is fully supported in the beta, but T4Toolbox isn't a Microsoft product, it's an add-on. You'll need to get a Dev11-specific version.

Installing Tangible T4 Editor in VS 2010 RC

I installed the (free) Tangible T4 Editor from the VS Gallery, and shut down/restarted VS. I run on XP under an Administrator account. VS Extension Manager indicates that the editor is installed and enabled.
Here is my problem: When I do Add New Item (as in the video here), I don't see any of the Tangible templates. What have I missed?
(BTW, I looked around some more, found the T4 Toolbox, installed that, and still see no new templates for Tangible or the toolbox).
Thanks!
T4 Toolbox doesn't support 2010 RC just yet. Stay tuned.
T4 Editor for 2010 assumes you use the default template "Text Template" that is installed with VS2010 itself. Another option is to use the T4 Toolbox from Oleg which now supports VS2010 RC. Additional templates will be available in the editors template gallery at RTM of VS2010.
The tangible T4 Editor is now available for VS2010 RTM
http://visualstudiogallery.msdn.microsoft.com/en-us/60297607-5fd4-4da4-97e1-3715e90c1a23

Any T4 Editor for VS 2010 Beta 1?

VS2010 Beta 1 was released today, and I see lots of T4 usage in Entity Framework and modelling. Is there already a T4 Editor available?
tangible T4 editor is available for VS2010 Beta 1 - includes intelli-sense and highlighting.
http://tangibleengineering.blogspot.com/2009/05/tangible-t4-editor-for-visual-studio.html
And tangible T4 Editor is now also available for VS 2010 RTM
http://t4-editor.tangible-engineering.com
Tangible T4 Editor is quite popular.
You can find the free edition in Visual Studio Gallery
Visual Studio 2010 Beta1 plus tangible T4 Editor rock.
tangible T4 editor is also available for VS2010 RC now.
http://tangibleengineering.blogspot.com/2009/05/tangible-t4-editor-for-visual-studio.html

Setting up F# in Visual Studio 2005

Are there any decent tutorials for setting up F# in Visual Studio 2005? Everything I have found points at VS2008.
ie: 'F# projects' under projects, etc.
Unfortunately the CTP release of F# doesn't support VS 2005. Two options:
Use 1.9.4.19, the most recent pre-CTP release
Download the free VS2008 shell and use that instead (I haven't tried it, but apparently it works)
Installing F# Editing for Microsoft Visual Studio 2005
That page also links to Don Syme's F# blog, which has a lot of useful stuff on working with F# in VS, including a demo of F# intellisense in VS2005.

Resources