There probably shouldn't be a space at the start of the string as this is Clojure whitespace, not semantically part of the symbol that was slurped. Thanks for working on this btw, the new structural editing is really good.
This is because that slurp and barf work by moving the delimiter. In the case of sexps, any whitespace issues then get tidied up by reformatting, but that doesn't work on strings. I'll see if I can fix this up.
with "slurp forwards" gives:
There probably shouldn't be a space at the start of the string as this is Clojure whitespace, not semantically part of the symbol that was slurped. Thanks for working on this btw, the new structural editing is really good.
Relates to #93