From the course: Robot Framework Test Automation: Level 2

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

PyCharm TODO feature

PyCharm TODO feature

- [Instructor] This first section of the level two course is all about productivity. And there's one particular feature of the Python IDE that I use all the time, and it's the To Do feature. You'll notice down here at the bottom left of the PyCharm window, is this TODO button. When I click on that, it opens up this panel that also shows the Terminal and version control, once you've got that configured, which you'll see in another section. What's cool about TODOs is, if I go ahead and close this guy, whether I'm working with myself and I want to keep track of things that I need to do, or if I'm working with a team, and maybe I'm reviewing somebody else's script files, what I can do is drill into any given script file, open it up, and if I see something that I know I want to address in the future, I'll just hit Return and Tab, I use the comment symbol, the pound sign there, and I'll type in all caps, TODO. And then of course at this point you could put in a colon or a hyphen, or just…

Contents