I’m looking for guidance on this, you guys. I despise MS’s .NET platform and VS, however I do use VS Code quite a bit. really what I’m looking for is an IDE that will allow me to test bits and pieces of a web app without uploading the files to a web server and pretending to be a user and going through the motions in a browser. how does everyone here go about this? I realize that a task like this is one of the purposes of an IDE anyway, but here’s some examples of what I want to test:
=> how a page looks with 3 fix-placed iFrames on it.
=> if a POST operation works properly on a contact page.
=> how a page looks with linked CSS and jQuery files in it.
and many other things too. I know about quite a few testing sites like jsFiddle.net, but none that I have found are consistent. actually, last time I tried the fiddle, js written perfectly errored out on me and didn’t display any output. Most menus and options in all of the IDEs I have ever used seem to be irrelevant. if I take, for instance, eclipse as an example, I’ve been in all the menus and 80% of the stuff in there I don’t think I would ever use. I work for small and medium sized businesses, not in corporate america. So does anyone have any advice on this? I’m also well aware that development in this day in age is becoming nothing more than a button clicking and drag-and-drop game. I believe the corporate buzz for that is called ‘‘devOps’’. thanks all.
Adam