ac-js2
ac-js2 copied to clipboard
Doesn’t work with variable names with underscores
ac-js2 thinks an underscore isn’t part of a variable name. Changing (bounds-of-thing-at-point 'word) to (bounds-of-thing-at-point 'sexp) in ac-js2-completion-function fixes this, but I don’t know what potential other problems it might introduce.