SharpDevelop (continued)
Friday, September 22nd, 2006I’ve moved a medium-sized non-critical project from VS 2003 to SharpDevelop to see how things go. Here are a few random observations from briefly playing around.
- There doesn’t seem to be any visual edit capabilities for menus, or if there is I can’t find it. This is no great loss, as I’d rather edit the code anyway. In a way, it would be better if there were no designer facilities at all, then I wouldn’t be tempted to use them.
- The code completion kicks in when you’re editing comments. Attempting to type “new picture” in a comment requires pressing the escape key at the right time to get rid of the code completion. I find code completion irritating enough when typing code, but when typing English it’s a nightmare. I could disable it I suppose, though I would rather have the option to use it (when I ask) instead of it butting in.
- The search interface seems very unfriendly, at least the way I’m using it. I press ctrl-F, the search dialog appears, I type the text, and hit return. On VS, I can then press Escape to get rid of the dialog, but with SharpDevelop the only option seems to be to reach for the mouse and click the minature ‘x’ button.
- The editor seems to suffer from some serious performance issues when there are lots of icons in the left margin.
- Apart from a few bits of tinkering with imports, and the ditching of the Setup project, the whole thing worked straight away.
That’s all for now.
