brackets-wordhint icon indicating copy to clipboard operation
brackets-wordhint copied to clipboard

Troubles with python autocomplete.

Open maximglyzin opened this issue 10 years ago • 2 comments

Hellow. I've installed the 'WordHint' extension and it not work for python. I could not find any documentation or simular issue about it. I use Mint 17 64-bit/ brackets 1.0. I don't have any idea whats wrong.

maximglyzin avatar Dec 07 '14 17:12 maximglyzin

Yeah, it won't work. Anybody maintaining this extension?

[EDIT] By viewing the code, the only thing that it really does is to provide autocomplete for already written words.I think the best we can do is to provide a list of keywords to autocomplete beforehand, but it will never work for imports since it is pure javascript/html without cgi capabilities.

caiohamamura avatar Jul 17 '15 02:07 caiohamamura

My console raises this:

Exception in 'editorChange' listener on Editor TypeError: undefined is not a function TypeError: undefined is not a function at WordHints.getHints (file:///Users/garito/Library/Application%20Support/Brackets/extensions/user/bigeyex.brackets-wordhint/main.js:143:39) at _updateHintList (/editor/CodeHintManager.js:426:40) at _beginSession (/editor/CodeHintManager.js:515:13) at _handleChange (/editor/CodeHintManager.js:629:17) at Editor.trigger (/utils/EventDispatcher.js:222:40) at Editor._handleEditorChange (/editor/Editor.js:870:14) at eval (/editor/Editor.js:412:18) at Editor.trigger (/utils/EventDispatcher.js:222:40) at eval (/editor/Editor.js:941:18) at CodeMirror.signal (/thirdparty/CodeMirror/lib/codemirror.js:8042:49)extensions/default/DebugCommands/ErrorNotification.js:125 window.console.error /utils/EventDispatcher.js:225 Assertion failed:/utils/EventDispatcher.js:225 trigger

Garito avatar Sep 10 '15 13:09 Garito