sublime-jsdocs: DocBlockr does not seem to work with latest SublimeText Build (3099)

Title says it all. No idea why this is the case. Autocompletion just stopped working, i.e. typing /** and hitting TAB or RETURN afterwards simply does nothing anymore.

About this issue

  • Original URL
  • State: open
  • Created 8 years ago
  • Reactions: 4
  • Comments: 35 (10 by maintainers)

Most upvoted comments

It’s not working for 3114

You’re getting:

chr evt: * (0x2a) 
chr evt: * (0x2a) 
key evt: tab 
command: insert_best_completion {"default": " ", "exact": false}

The jsdocs command is not being called.

The log should look like this:

On enter.

chr evt: / (0x2f)
chr evt: * (0x2a)
chr evt: * (0x2a)
key evt: enter
command: jsdocs

Or on Tab.

chr evt: / (0x2f)
chr evt: * (0x2a)
chr evt: * (0x2a)
key evt: tab
command: jsdocs

Is auto_indent enabled? In the console input sublime.active_window().active_view().settings().get('auto_indent')

Try uninstalling DocBlockr and reinstalling it?