Hi there,
This is a great extension, but it would be nice to have the option of removing the green help bookmark. It is a little distracting.
Is there a config option available, or will I just need to mod the code.
Rob
This is greet job. But has some problem.
I'm working on the silverlight project. After creating Bookmark on the xaml file and click on the bookmark number, this jumps to cs file.
I have another idea. Bookmark not saved to files. I need to saved with files.
I have VS2010 RC, and when I make Ctrl+Alt+number I get the following error:
---------------------------
Microsoft Visual Studio
---------------------------
Method not found: 'System.Runtime.CompilerServices.CallSiteBinder Microsoft.CSharp.RuntimeBinder.Binder.Convert(Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags, System.Type)'.
---------------------------
OK
---------------------------
Any Ideas?
Regards
Thanks El for trying it and reporting it. I didn't tried it on RC yet. I will install RC and will update you with the findings and will update the installer if required.
Hi !
Yes, this extension is awsome...
I have Visual Studio 2010 TRM, and when I press ctrl alt <number> the bookmark glyph is shown on an wrong line...
e.g.
Put cursor on line 10
Press ctrl alt 9
The glyph "9" is placed on line 15
But as I could see, the line 10 is bookmarked.
ctrl alt bckspace works well.
Regards
Thanks Fábio Marcos for trying out the extension. The placement of glyph is relative and not absolute. Consider that your Editor Window height is 800 pixels and your source file contains 100 lines. Then if you place a bookmark at line 10 then glyph will be shown at 800/100 * 10, which is relative position of the line on the margin.
If I will be placing the glyph on the same line then there is not much significance of this extension as you have to scroll down to see which other bookmarks are added. I wanted to show all bookmarks in single screen. I hope I was able to explain my point.
Hi !
Yes, this extension is awsome...
I have Visual Studio 2010 TRM, and when I press ctrl alt <number> the bookmark glyph is shown on an wrong line...
e.g.
Put cursor on line 10
Press ctrl alt 9
The glyph "9" is placed on line 15
But as I could see, the line 10 is bookmarked.
ctrl alt bckspace works well.
Regards
Hi guys,
If you'd like to try a reliable (and free) extension for VS 2003/2005/2008/2010, which offers numbered bookmarks among many other things, check out DPack.
http://www.usysware.com/dpack/
Enjoy.
Thanks Fábio Marcos for trying out the extension. The placement of glyph is relative and not absolute. Consider that your Editor Window height is 800 pixels and your source file contains 100 lines. Then if you place a bookmark at line 10 then glyph will be shown at 800/100 * 10, which is relative position of the line on the margin.
If I will be placing the glyph on the same line then there is not much significance of this extension as you have to scroll down to see which other bookmarks are added. I wanted to show all bookmarks in single screen. I hope I was able to explain my point.