Copy code from Code Engine

Am I losing it? I can't find that there's any way to select and copy more than one line of the code in a Code Engine function once it's been deployed. I just want to select all the text in the function an copy it so I can paste it elsewhere. The only option I can find is to create a new version off of my deployed one.

image.png
Tagged:

Best Answer

  • brycec
    brycec Domo Employee
    Answer ✓

    This really should be updated. But you can technically copy it, even though it is very unintuitive. Just click and drag your mouse from the beginning of the file to the end, then ctrl + c or cmd + c for mac.

    Was this comment helpful? Click Agree or Like below.
    Did this comment solve your problem? Accept it as the solution!

Answers

  • brycec
    brycec Domo Employee
    Answer ✓

    This really should be updated. But you can technically copy it, even though it is very unintuitive. Just click and drag your mouse from the beginning of the file to the end, then ctrl + c or cmd + c for mac.

    Was this comment helpful? Click Agree or Like below.
    Did this comment solve your problem? Accept it as the solution!

  • Oh WEIRD! Thanks a million though; that was driving me nuts. I was dragging my mouse over my 800 lines of code and not seeing it highlight thinking there's no way it would actually copy, but there ya go!