Tuesday, May 21, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  12] [ 3]  / answers: 1 / hits: 27376  / 11 Years ago, sat, october 19, 2013, 12:00:00

My main experience with developing in Visual Studio is as c#/c++ developer. But now I need to create html+css+javascript front end for [probably] PHP code, and I've heard that Visual Studio has pretty nice capabilities in that range, including debugging javascript.



However, I can't find anywhere a web project (except for the ASP.Net stuff, which I'm not sure that it is the right thing).



Here's what I think I need to do:




  1. Create html file

  2. Create css file

  3. Include a bunch of javascript libraries

  4. Write my own javascript code

  5. Press F5 and debug the code in different browsers.



I'm mainly interested in intellisense, not a visual editor.



Is Visual Studio the right IDE for this kind of web development? And if it is, how do I set up the kind of project I described above?


More From » html

 Answers
87

I think the instructions at How do you add a folder to a project in Microsoft Visual Studio Express 2012 for Web? might work for setting up a Visual Studio project:



1) New blank solution

2) Right click on the solution and select Add existing website

3) Browse and select the folder with your html, css, javascript, etc. files

4) Right click on the page you want it to start on and select set as start page



As for running against different websites, you might try a Visual Studio extension. A decent starting list is here: http://www.asp.net/mobile/device-simulators


[#74869] Friday, October 18, 2013, 11 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dawnc

Total Points: 612
Total Questions: 94
Total Answers: 98

Location: Sweden
Member since Fri, Apr 16, 2021
3 Years ago
;