right now it functions with predefined keywords in api files.... but there are other topic on this subject, and a few improvements we are discussing about.
dsego
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
what about try code autocomplition ?
for ex:
language: JavaScript
function Clipboard() {
this.data = {};
this.enqueue = function() {
}
< and there, then me type "this.en" Notepad++ complete code to "this.enqueue" for exampe" >
}
it already exists.... ;-)
right now it functions with predefined keywords in api files.... but there are other topic on this subject, and a few improvements we are discussing about.
dsego
I know:) But want is intellectual autocompletion, such as in SciTE (http://www.scintilla.org)
you have function list plugin, maybe you can contribute code and make it better
dsego