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

C# C# Basics (Retired) Console I/O Receiving Input

Ronald Nelson
PLUS
Ronald Nelson
Courses Plus Student 635 Points

Workspaces input

How come I have to keep clicking the mouse to type in the console area of workspaces? The cursor is blinking however there is not a response to input until I click the mouse.

2 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hi Ronald,

Workspaces has 3 areas to it (The left panel with the file tree; the code editor area; and the console area). The cursor will always blink in the console no matter what, but if the console is not the active area, then you cannot type there. By clicking in there, you make it active and can now type. Once you click out of there, to write some code for example, you've now make the code editor the active area, so anything typed will be in there, and you'd have to click back inside of the console to make it active again to type.

Hope that helps! :) :dizzy: