tern_for_sublime icon indicating copy to clipboard operation
tern_for_sublime copied to clipboard

Sublime Text package adding Tern support

Results 43 tern_for_sublime issues
Sort by recently updated
recently updated
newest added

Cannot read property 'prototype' of undefined at extend (file:///C:/Users/INDIA/.atom/packages/Tern/lib/tern-view.coffee:1:1) at file:///C:/Users/INDIA/.atom/packages/Tern/lib/tern-view.coffee:4:7 at Object. (file:///C:/Users/INDIA/.atom/packages/Tern/lib/tern-view.coffee:63:22) at Object. (file:///C:/Users/INDIA/.atom/packages/Tern/lib/tern-view.coffee:1:1) at Object. (file:///C:/Users/INDIA/.atom/packages/Tern/lib/tern-view.coffee:1:1) at Module.get_Module._compile (C:\Users\INDIA\AppData\Local\atom\app-1.58.0\resources\app\static\:11:149891) at Object.value [as .coffee] (C:\Users\INDIA\AppData\Local\atom\app-1.58.0\resources\app\static\:11:153485) at Module.load...

Something has broken recently with this plugin (or my setup). It freezes Sublime for up to 30 seconds when starting. Having to disable.

improve completions to support sublime text 4's kinds icon, like below~ but only supports `Variable` and `Function` now.

I found issue similar to my #32, maybe you already know how to fix it. Cursor at line 4 and I tried to write `const`

Tern settings ```json { "tern_argument_hints": true, "tern_output_style": "tooltip", "tern_argument_completion": true, "tern_arguments": ["--no-port-file"], "tern_command": ["tern"] } ``` .tern-project ``` { "ecmaVersion": 7, "libs": [], "dontLoad": [ "node_modules" ], "plugins": { "complete_strings":...

@marijnh I have started a lint tern plugin at https://github.com/angelozerr/tern.lint CodeMirror, Eclipse, Emacs And Atom have implemented marker to support lint. If you are interested you could implement marker with...

![tern_for_sublime-path-autocomplete](https://user-images.githubusercontent.com/53537663/71558374-aa239480-2a20-11ea-9e0f-cd05509710f3.gif) For some time, I've noticed that the tab completion for file names seems to insert the completion hint inside of the current text that I'm typing rather than replacing...

That's it. Nice if `"tern_argument_hints": false,`, but you still want to be able to show arg hints on command. Just look for __tern_for_sublime: Show Argument Hints__ in the command palette.

Resolves #64 Added .editorconfig in order to avoid unnecessary issues with editors, Expanded installation section with a detailed guide. Formatted configuration section in order be more readable

when I write ";" that time appears list which makes me angry. please fix this.