Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Java Basics Using your New Tools Coding the Prototype

kian christensen
kian christensen
2,186 Points

Not letting me paste in workspace

the workspace isn't letting me paste

1 Answer

Michael Roberts
Michael Roberts
1,378 Points

Hey there! It seems right click is not enabled with the workspace. A very easy solution to this is to use the keyboard shortcut for copy and paste.

Copying:

This can be done by highlighting the selected text that you wish to copy. Once highlighted, simply press the Control Key + C. For Mac Users, you'll need to press Command + C

Pasting:

This can easily be done by selecting where on the editor you want to paste your code. Then simply press the Control Key + V. If you are on a Mac, you'll need to press Command + V.

These both work as default functions for any computer. That means you can use it outside of workspace and in any IDE you choose! I hope this helped.