Re: autocomplete django in visual studio code

2020-06-10 Thread Miracle
I think using "Jedi" as IntelliSense engine would solve the problem. You can also get more template and django specific snippets and auto completion using the "django" extension from the marketplace. On Wed, 10 Jun 2020, 3:23 am THAKUR SINGH, wrote: > INSTALL WINDOWS 10 THEN INSTALL YOUR

autocomplete django in visual studio code

2020-06-09 Thread THAKUR SINGH
INSTALL WINDOWS 10 THEN INSTALL YOUR SOFTWARES -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this

autocomplete django in visual studio code

2020-06-09 Thread cosmos multi
I am having a problem and it is that since I have a new laptop I reinstalled arch linux and visual studio code, but when I reinstalled the software the visual studio code autocomplete for django does not work for me, for python it does without problems but When working with django

Re: Django and Visual Studio Code

2018-05-01 Thread Scot Hacker
On Monday, April 30, 2018 at 4:38:51 AM UTC-7, Simon Connah wrote: > > I've got most of Visual Studio Code configured for Django development > (I'm trying it out to see if I can ditch PyCharm and save some money) > and almost everything seems OK. > After moving through B

Django and Visual Studio Code

2018-04-30 Thread Simon Connah
I've got most of Visual Studio Code configured for Django development (I'm trying it out to see if I can ditch PyCharm and save some money) and almost everything seems OK. I set the Python path to be the one in the virtual environment, and if Visual Studio Code needs to install any modules