Autocomplete/intellisence in a multiline edit box
-
Does anyone know how to do this? I'm trying to make a source code editing program and I would like intellisence/autocomplete intregrated into it. I have looked at the shell extensions example here and it will only work with the first word you type. The .net 2.0 Express beta only had auto complete for single lines (and only the first letter as well). I just had an idea to put the currently typed(ing) word into a buffer and use autocomplete on that. Can anyone think of a better way?
-
Does anyone know how to do this? I'm trying to make a source code editing program and I would like intellisence/autocomplete intregrated into it. I have looked at the shell extensions example here and it will only work with the first word you type. The .net 2.0 Express beta only had auto complete for single lines (and only the first letter as well). I just had an idea to put the currently typed(ing) word into a buffer and use autocomplete on that. Can anyone think of a better way?
You can have a look at this project[^]), where similar features are available in the source-code editor.
-
You can have a look at this project[^]), where similar features are available in the source-code editor.