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

Python Exercise

Tab completion does not seem to work for me as per video.

https://teamtreehouse.com/library/exercise

@AJ Tran tab completion does not automatically work for me in visual studio when i launch a file using -i as per the video. Is there some additional config required in visual studio?

3 Answers

Hi Gerard McNally ! The tab completion is from a VSCode extension called IntelliSense. You can install it via the extensions button in VSCode. The specific one for Python is here.

Hope this helps!

Thanks so much.

Metehan Yilmaz
seal-mask
.a{fill-rule:evenodd;}techdegree
Metehan Yilmaz
Python Development Techdegree Student 2,537 Points

Tab completion in terminal in VSCode doesn't work for me either. Both Python and Intellisense extension installed but I am unable to make it run. My machine is windows and terminal runs via Powershell in VSCode