orzzt

Results 4 comments of orzzt

> Tell me if it helped you ![image](https://user-images.githubusercontent.com/43366148/87020153-0c4a2700-c206-11ea-84f3-41cae902bad9.png) good!

` var langTools = ace.acequire('ace/ext/language_tools'); langTools.addCompleter({ getCompletions: function (editor, session, pos, prefix, callback) { if (prefix.length === 0) { return callback(null, []); } else { return callback(null, [ { name:...

> @orzzt nice I used the previous code to modify it and found it can be used, but I don't know if there will be other problems

I have similar needs,Please tell me if you have a good solution.