asa75 wrote:
Are there any plans that LLBLGen Pro v.3.0 is integrated as a plugin in Visual studio (like entitityframework is)?
Thanks.
No, not as in: you open an entity editor and it becomes a tab in VS.NET 2008. The reason is simple yet perhaps not that obvious: VS.NET is a file based IDE. This means that if you want to have a tab open for some object, it in fact has to be a File being edited. This isn't the case in our designer: it's a model which is edited partially through various editors. The alternative is to have a designer completely as 1 tab, but this isn't really useful.
Perhaps it's possible with very deep integration however from what I've read of the vs.net 2008 SDK docs, it's not really going to work.
We will look into adding an automatic open action when you double click the file in vs.net so the designer opens automatically, and also (but this might be impossible) to find out the solution target so we can generate code automatically into the solution open.
VS.NET integration makes sense when you work with files in a solution. As soon as you leave that and work with elements in a model, it's not really compatible.