EnvDTE.Client/Impl/ProjectModelImpl/PropertyImpl/PropertyInfo/VisualStudioProperties.Project.cs (2 lines): - line 6: // TODO: Improve support for C++ project properties - line 61: // TODO: Figure out how they calculate this property EnvDTE.Client/Impl/IDEImpl/ItemOperationsImplementation.cs (1 line): - line 16: // TODO: Implement Window EnvDTE.Host/Callback/Util/ProjectExtensions.cs (1 line): - line 113: // TODO: Move the methpds that use property for caching into a separate component so that they can get their own lifetime, without asking the user to provide one EnvDTE.Client/Impl/AstImpl/CodeElementBase.cs (1 line): - line 85: // TODO: Rework the code elements EnvDTE.Host/Callback/Impl/ProjectModelImpl/SolutionSyncListener.cs (1 line): - line 47: // TODO: Ordering projects in this call is probably not needed, because of the way cache is populated on the client side and the way project loading is performed EnvDTE.Client/Impl/ProjectModelImpl/ConfigurationImpl/ConfigurationManagerImplementation.cs (1 line): - line 34: // TODO: This should enumerate all configurations, not just the active one EnvDTE.Host/Callback/Impl/ProjectModelImpl/ProjectItemsCallbackProvider.cs (1 line): - line 89: // TODO: Maybe ordering context is necessary EnvDTE.Client/Impl/ProjectModelImpl/ProjectItemsImplementation.cs (1 line): - line 85: // TODO: Figure out if its possible to enable cancellation EnvDTE.Client/Impl/ProjectModelImpl/ProjectImplementation.cs (1 line): - line 42: // TODO: Fix - this only works for top level projects EnvDTE.Host/Callback/Util/SolutionExtensions.cs (1 line): - line 26: // TODO: Get/Set Description doesn't work for slnx solutions EnvDTE.Client/SimpleInpaceExecutingScheduler.cs (1 line): - line 7: // TODO: Replace with premade scheduler, probably SingleThreadScheduler EnvDTE.Host/ConnectionManager.cs (1 line): - line 51: // TODO: Move to a common place and make sure that reusing the protocol this way is safe