Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable intellisense for tensorflow in visual studio code

I wish to enable intellisense for visual studio code for faster development is there any way to do that.

like image 813
Manish Madugula Avatar asked May 16 '17 05:05

Manish Madugula


People also ask

How do I activate VS Code IntelliSense?

You can trigger IntelliSense in any editor window by typing Ctrl+Space or by typing a trigger character (such as the dot character (.) in JavaScript).

How do I show IntelliSense in Visual Studio?

Ctrl + Space should do it.

Why IntelliSense doesn't work in VS Code?

Why is VS Code suggestions not working? If you're coding in JavaScript or TypeScript and finds that VSCode IntelliSense does work but does not behave properly, it's likely that you've selected the wrong language mode. TypeScript and JavaScript share the same language service, so you need to select the right language.

Can I use TensorFlow in VS Code?

In VS Code: In Command Palette CTRL + SHIFT + P, Run “Python: Create Terminal“. It will open and activate the terminal in selected Python environment. c) Now install the TensorFlow, Jupyter notebook …etc in the activated environment.


1 Answers

This should enable intellisense.

github.com/alexwalchli/visualstudiocode-tensorflow

like image 84
Manish Madugula Avatar answered Nov 15 '22 07:11

Manish Madugula