plnkr / feedback

Feedback on Plunker
19 stars 11 forks source link

Copy paste angular js issues #502

Open kningyi opened 4 years ago

kningyi commented 4 years ago

If I copy-paste js code like a function call, the editor keeps adding additional brackets, making my code fail. Eg. scope.$watch(propKey, function(newValue, oldValue) { console.log(newValue); }); becomes scope.$watch(propKey, function(newValue, oldValue) { console.log(newValue); }); })

Also, if I try to copy code from the editor that has more than 15 lines, I do not get the full code. Instead my code gets truncated in the middle with … symbol. This makes exporting code difficult, especially when there's no raw function in plunker.

ggoodman commented 4 years ago

@kningyi any chance you can make a quick video demonstrating this? This is the first I've heard!