Bugzilla – Bug 315707
Enables visual studio style code completion
Last modified: 2007-11-11 06:29:43 UTC
---- Reported by mono@omghack.com 2004-08-05 23:08:22 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: When using monodevelop and in code completion, if you've typed part of a word you're looking for and press ([,. or a variety of other keys the code window inserts the key pressed and stops code completion. Visual Studio finishes the completion AND inserts the character--with the exception of tab, escape, and enter. Steps to reproduce the problem: 1. Start monodevelop and open a project with known autocompletion 2. Get an autocompletion window up and press ( Actual Results: The code will not complete. Only a ( gets inserted Expected Results: The code will complete AND a ( should get inserted. How often does this happen? Every Time Additional Information: ---- Additional Comments From mono@omghack.com 2004-08-05 23:10:19 MST ---- Created an attachment (id=166596) Possible patch to enable VS code completion ---- Additional Comments From tberman@off.net 2004-08-05 23:20:10 MST ---- does this cover other non-alphanumeric characters? ---- Additional Comments From mono@omghack.com 2004-08-05 23:53:26 MST ---- no, only ". ;([," I'll add other non-numeric characters tomorrow morning. ---- Additional Comments From mono@omghack.com 2004-08-06 14:55:42 MST ---- Created an attachment (id=166597) visual studio completion for all symbol characters ---- Additional Comments From tberman@off.net 2004-08-10 02:41:22 MST ---- This patch wont cleanly compile under mono 1.0.1 Please attach a working patch. Imported an attachment (id=166596) Imported an attachment (id=166597) Unknown operating system unknown. Setting to default OS "Other".
This should probably be closed as WONTFIX or something (not sure if I'm 'allowed' to do that). The behavior is exactly as described in MonoDevelop HEAD, regardless of whether this patch was ever applied.
Er...and of course by WONTFIX I meant WORKSFORME.
Fair point.