Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

In JS layer, autocomplete triggers when you should get an indent after hitting TAB #11754

Closed
ezmiller opened this issue Dec 26, 2018 · 1 comment
Labels
stale marked as a stale issue/pr (usually by a bot)

Comments

@ezmiller
Copy link

Description :octocat:

Autocompletion triggered in odd place in JS layer, i.e. when you hit tab and you just want an indent.

Reproduction guide 馃

  • Start Emacs
  • Create random js file to test.
  • Type some function like:
function someFunction() {
  return (
  );
}
  • Place cursor on line after the return statment, just before the cursor.
  • Hit TAB key.

Observed behaviour: 馃憖 馃挃
The odd behavior is that you get a autocompletion list instead of an indent. See here:

image

Expected behaviour: 鉂わ笍 馃槃
You should get an indent.

System Info 馃捇

  • OS: darwin
  • Emacs: 26.1
  • Spacemacs: 0.300.0
  • Spacemacs branch: develop (rev. 8b3a30f)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: ivy
  • Layers:
(html prettier clojure javascript ivy auto-completion emacs-lisp git syntax-checking version-control)
  • System configuration features: NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS

Backtrace 馃惥

N/A

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale marked as a stale issue/pr (usually by a bot)
Projects
None yet
Development

No branches or pull requests

1 participant