|
|
There is no member auto-completion after . (dot) or ctrl+space or ctrl + j etc.
Without these, I'm going to hate TypeScript at all!
|
|
|
|
I am having the same issue with my Visual Studio install.
I tried a clean install of Visual Studio in a VM and only added the TypeScript add-on and things appear to be working properly.
Is there a way to detect if there is a conflict between the TypeScript language services and another plugin?
Jeff
|
|
|
|
To be clear, I am experiencing this problem with the default content in a new TypeScript file in Visual Studio.
At the bottom of the script, there is the following content:
// Local variables
var p: IPoint = new Shapes.Point(3, 4);
var dist = p.getDist();
When I type "p." I do not get the intellisense popup with methods and properties. I do get the type tooltips when I mouse over the Shapes and Point references in line 2 of the sample above.
|
|
|
|
Additionally, I've tried running Visual Studio in SafeMode
devenv /safemode
and found no success either.
Jeff
|
|
Coordinator
Mar 12 at 3:45 PM
|
We're working on tracking down what might be causing this issue. If you can provide more information (what plugins are installed, are you running a VS CTP, etc) that would be helpful. If you also happen to track down a workaround, we can use that to inform what's going on as well.
|
|
|
|
Extensions and Updates -> http://screencast.com/t/QnSjKMdBgga
Help->About
Microsoft Visual Studio Ultimate 2012
Version 11.0.51106.01 Update 1
Microsoft .NET Framework
Version 4.5.50709
Installed Version: Ultimate
Architecture and Modeling Tools 04940-004-0038003-02425
Microsoft Architecture and Modeling Tools
UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.
Office Developer Tools 04940-004-0038003-02425
Microsoft Office Developer Tools
Team Explorer for Visual Studio 2012 04940-004-0038003-02425
Microsoft Team Explorer for Visual Studio 2012
Visual Basic 2012 04940-004-0038003-02425
Microsoft Visual Basic 2012
Visual C# 2012 04940-004-0038003-02425
Microsoft Visual C# 2012
Visual C++ 2012 04940-004-0038003-02425
Microsoft Visual C++ 2012
Visual F# 2012 04940-004-0038003-02425
Microsoft Visual F# 2012
Visual Studio 2012 Code Analysis Spell Checker 04940-004-0038003-02425
Microsoft® Visual Studio® 2012 Code Analysis Spell Checker
Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
.NET Reflector Visual Studio Extension 8.0.2.313
Integrates .NET Reflector into Visual Studio to allow you to seamlessly debug into third-party code and assemblies, even if you don't have the source code for them.
Visit www.reflector.net for more information.
Copyright (c) 2009-2012 Red Gate Software Inc.
Debug Attach Manager 1.0
Extension provides extended abilities to attach Visual Studio debuger to web application pools, windows services and other processes.
MySQL Connector/Net 6.6.5
Data design and management tools for MySQL. Copyright © 2007-2011 Oracle, Inc.
NuGet Package Manager 2.2.40116.9051
NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
PreEmptive Analytics Visualizer 1.0
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
ReAttach 1.1
Gives you an easy way to ReAttach to prior debugging targets. For more information, see http://visualstudiogallery.msdn.microsoft.com/8cccc206-b9de-42ef-8f5a-160ad0f017ae.
SQL Server Data Tools 11.1.21208.0
Microsoft SQL Server Data Tools
Visual Studio 11 Editor Extension 1.0
Information about my package
Web Developer Tools 1.2.40208.0
Microsoft Web Developer Tools contains the following components:
Page Inspector: Tool that offers an efficient way to decompose Web Applications and diagnose front-end issues.
Web Publishing: Extensions required for Web Publishing for both hosted servers as well as on premises.
Web Form Templates: Includes the default templates for Web Form Applications.
Editor Extensions: Includes HTML, CSS, and JS editor extensions that greatly enhance the development experience.
Windows Azure Tools October 2012
Windows Azure Tools for Microsoft Visual Studio 2012 - October 2012 v1.8.51019.1603
|
|
Coordinator
Mar 12 at 9:39 PM
|
@DotNetWise
One user reported having success by running repair on the VS 2012 install (Add Remove Programs - Visual Studio 2012 - Repair). After this, Intellisense seemed to work again. If you get a chance to try this, I'd be curious to see if this clears up the issue you're seeing.
|
|