Reputation: 1650
As the title mentions I would like to develop a html
/css
/js
app for Windows8
but I'm not a fan of Visual Studio
either the express or standard version when it comes to developing html.
Thus my question is with all the languages being open source is there a bundle or tutorial out there for other IDE's for example Aptana Studio
so that you don't need to develop in VS?
Or if there isn't are there any hints from Microsoft of such a thing being released in the future?
Upvotes: 0
Views: 93
Reputation: 1920
You can use any editor you like to write apps. I personally use VIM for most of the code I write.
However in order to build the apps for Win8 you will have to use the compiler etc. tools that comes with .Net platform. You can use that tools from the console and thus you will avoid interaction with Visual Studio
Upvotes: 2