[MonoDevelop] WelcomePageView - the 'Save As...' problem

Pascal Fresnay pascalfresnay at free.fr
Wed Jun 7 10:21:30 EDT 2006


> So here's my TODO list:
> - get C# 2.0 code completion support working
> - add interface/abstract classes stubs implementation support
> - snippets
> - autocompletion for the 'new' keyword (classes and delegates)
> - autocompletion for the 'override' keyword (methods and properties)
> - list of overloaded constructors
> - list of parameters of a function and current position in the parameter 
> list
> - fix some code completion misbehaviour (code gets overwritten if you 
> use code completion in middle of a line , nested classes make 
> monodevelop confuse their host classes with namespaces etc.)
> - Optional: perhaps displaying documentation for members (in the 
> autocomplete box) wouldn't be a bad idea, ha?
> - Optional: add support for code folding - regions (seems like changes 
> in gtksourceview will be needed :) )
> - if needed: revamp graphical controls that are behind code completion
> - if needed: make the code completion engine more flexible (so that 
> additional changes in languages could easily be added)
> - if possible: try to improve the overall performance of code completion 
> if possible
> 
> Phew, that's a loooong TODO. I guess it will take a long time to finish 
> those.
> 
> Have I missed anything? You are welcome to add your wishes :)
- Auto complete for enum types affectation :
Environment.GetFolderPath( <-- should display automatically
Environment.SpecialFolder
- Auto complete event delegate affectation with stub for a private
method that will handle event.
- Suggest using foo namespace or full qualified name when unknown type.
- Suggest the whole code that solve all the developer problems. (most
important thing :) )



More information about the Monodevelop-list mailing list