Skip to content

Allow GFM autocomplete to be trigger without the preceding space

Phil Hughes requested to merge autocomplete-space-prefix into master

What does this MR do?

Gives the ability to GFM autocomplete to be trigger even if there is no preceding space.

I've taken the regex from the at.js plugin & tweaked it to allow the leading character to be a special character.

What are the relevant issue numbers?

Closes #19975 (closed)

Screenshots (if relevant)

Screen_Shot_2016-07-21_at_14.41.34Screen_Shot_2016-07-21_at_14.41.40Screen_Shot_2016-07-21_at_14.41.46

Merge request reports