Kind of like this question: Scrapy debug using Visual Studio
but how to import the whole project to VS, if using open solution, obviously there is no solution for the project...
I only know to create a Scrapy using cmd line like:
scrapy startproject proj_name
so I can get example files, but how to import these to VS?