Hi @Gustavo Pinent ,
Welcome to Microsoft Q&A forum.
it won’t recognize the folder as the project root and will only open the code, nothing else.
You may need a .sln
file/ .xxproj
file(usually it’s created by VS automatically and is not manually created) to let VS recognize the project and open it as the whole project.
For PHP development, you may search here: Visual Studio Marketplace to see if there is any extension that meet your requirements to use in VS for developing PHP.
BTW, perhaps you can consider using Visual Studio Code.
Best Regards,
Tianyu
- If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.