Hi there, sorry if it's annoying for you. You can easily disable that feature from Tools | VSCommands | Options | Text Editor | Enable Code Block End Tagger
First of all thank you for a great work you do!!! I have just started to use your tool. File structure is great and I already feel it will increase my productivity :)
I have discovered a little bug:
When I cnage a region name and do not refresh the file structure and then click on the node which name was changed VS crashes.
--- UPDATE --- Nice update! It's a great idea to show the if-, try-, switch-, ... clause at the end of it's block. But I would find it really great if it would be always shown and not only if the text editor is out of it's "header".
Now I only miss the variable type, - initialization value and pointer/ref or not (like *piIndex : int = 0 or ref piIndex : int = 0) for members of a class and parameters of a method.
I think there is a new small bug. An arrow appears if I double click on a method / region / ... If double click a region, the arrow appears in the end of the line and not left of the first character. It works correctly in methods. And just for remember: The region shows the comment text ;)
Love the coloring of the build output. Wish this was available as a separate extension as I don't need nor want many of the other functions since other extensions does these better for me. -- EDIT: With the newer versions I find more useful features and better option pages to turn off the options I don't want. Love the copy/paste reference, the tagging of closing braces, collapse solution/locate in solution and several more. This has become a 5-star add-in. Good work!
While many of the nicer features are locked away in the pro version (sadness), even without the pro features this is worth installing just for some of the minor conveniences that it provides which are fortunately free!
I like the product, and decided to buy it, so I went on to pay for it electronically, and got charged for the product; it's been more than 3 hours and I still haven't received my license.
So I gave it 2 stars for being a good product, but -3 stars for not delivering the license yet (I hope its 'yet').
Hi Marcel, Sorry for the delay in receiving your license. I can see that it has in fact been sent twice today, once after the purchase and once after redelivery request received from Avangate. If it's still not there then it might have been blocked by your spam filter. In such case please let me know at jarek.kardas@dpstudio.biz and will sort this out for you.
Nice set of tools. Paste references and locate in solution explorer are two of my favourites. I also like the output window coloring and will upgrade once my trial expires. Thanks!
Hi Darren, Sorry if the message in description isn't clear enough. You can see complete comparison of Lite/Pro versions at http://vscommands.com/feature-comparison
I've been facing a weird situation since last update (3.8.0.4) and I finally found what is causing my VS IDE to crash. My laptop's keyboard has an EEUU key distribution and since my first (and maybe the only one ;-)) language is spanish I've added a spanish USB keyboard. Now, to switch keyboard settings on Windows easily I configured a keystroke (Ctrl + Shift + 1). Everytime I use that sequence, my VS IDE is freeze.
Any idea of what's going on?
PS: Thanks for this useful tool
Hi Jean,
Simillar problem has been reported before but I was unable to reproduce it locally (http://getsatisfaction.com/dpstudio/topics/vs_crashing_when_using_the_ctrl_shift_1_shortcut_to_switch_to_a_different_keyboard_layout).
Could you let me know which operating system do you have installed on your machine?
Thank you in advance,
Jarek
Hi Jarek,
I've Windows 7 64Bits installed on a Dell Inspiron 1764.
In my computer, a very straight way to reproduce this issue is: writting code you find that something went wrong, press backspace to delete the mistyped code and try to change keyboard layout using the sequence previously indicated. At this point intelisense's popup window is displayed and the whole VS IDE Window turns into gray.
Hope it helps!
Thanks..
Jean Paul
Thank you for the details,
Could you also tell me which project types do you work with?
If it's C++, then it may be caused by background file processing which uses VS SDK COM objects.
This can be disabled from Tools | VSCommands | Options | Text Editor | C++
Hi Marco,
Sorry for this issue, I'll try to reproduce and fix as soon as possible.
Can you tell me what kind of project are you trying to debug (c#/vb,web application/mvc3/winforms/etc.).
Thank you in advance,
Jarek
It would be nice to easily tell which features you can disable so you don't see the upgrade to pro window. Like in some of the other options were it says pro next to it.
On exiting the application it hangs visual studio for several minutes.
Its so bad that we can't use it.
Disable the add-on, and its goes away.
Any ideas?
-Future Pro customers if its fixed
FYI, I'm normally working on build scripts and require that the application be opened and closed often to reload dependencies. The projects also tend to have very large ORM files in it as well. I tried disabling the code analysis stuff, but didn't seem to make a difference. So I doubt its related.
Hi amsmatt1,
First let me appologise for this problem, I'll try to reproduce it locally and fix as soon as possible.
Could you tell me what kind of projects do you use in your solution (C#/VB/C++/Web App,WCF, etc.)?
If possible, could you also email me exported settings from Windows Registry HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\10.0\vscommands.configuration to support@vscommands.com?
Thank you in advance,
Jarek
File structure should be asynchronous. It blocks the system and performance is horrible.
I'm gonna have to disable this great feature until it becomes asynchronous.
Also there should be an option to cancel the parsing operation, sometime you just wanna peep into a file without loading the file structure.
Thanks
Hi Shimmy,
Could you tell me which file types have performance issue with File Structure?
Generally all parsing happens asynchronously, with the exception of C++ parsing which uses VS SDK Code Model (because C++ Code Model is using COM objects).
Also, are you on the latest version (3.8.0.3)?
The structure is cached on a logical/data level. I'm investigating the possibility of caching UI as well as what seems to be a bottle neck now is a binding of data to the UI.
It would also be great if you could email me a file which takes long to load on your machne so I can try to reproduce this problem (support@vscommands.com).
Thank you in advance,
Jarek
Thank you for the update on this problem.
I will double check the performance of parsing on file openening and try to fix soon.
Kind Regards,
Jarek Kardas
Since installing VSCommands 2010 (3.7.3.13) Visual Studio crashes every time a "Find in Files" is performed over the entire solution. The solution is entirely VC++.
Additional information - this appears to only occur when the "process files" features are turned on. By turning that off, the find in files became stable again.
Since installing VSCommands 2010 (3.7.3.13), Visual Studio 2010 now completely freezes when trying to access solution properties. The only course of action then is to kill the IDE and restart it.
Seems like a pretty major bug.
Hi Adam,
I was unable to reproduce this bug locally on different test environments.
Could you provide bit more context about the bug? Is it freezing as soon as you open Properties page or on a specific section of it?
Could you run Visual Studio with /Log parameter and send me activity log and VSCommnadsLog.txt from %APPDATA%\Microsoft\VisualStudio\10.0 ?
Thanks in advance,
Jarek
Hi,
I wanted to know if I could use VSCommands Pro to debug a Visual Studio web application as a different user with credentials pertaining to a different domain.
Please reply.
Thanks
Hi,
I'm afraid that Web Projects are not supported at the moment.
This question gets asked quite often though so I will investigate possibility of implementing it soon.
You can follow the progress on VSCommands support forum http://getsatisfaction.com/dpstudio/topics/debug_as_add_support_for_web_projects
Thanks,
Jarek
Hi Nyos,
Thank you for letting me know about this issue. I have raised it as a new problem on vscommands.com/community and will try to reproduce it in next couple of days.
You can monitor progress at http://getsatisfaction.com/dpstudio/topics/locate_in_solution_and_solution_folders
Thanks!