I am developing a node.js application with cloud9 online IDE. I need to edit the .gitignore file, but I can not see it because it is a hidden file.
Does anybody knows how to show hidden files in the cloud9 file tree?
The method described in the other answer permanently modifies the pattern for files which cloud9 will consider hidden. There is also a quick way to temporarily display hidden files.
In the upper corner of the tree there is a gear button which opens a popup with an option to show hidden file
Right now, whenever I want to deploy a node.js server to my production server, I need to change all the IP/DNS/username/password for my various connection to my databases and external APIs.
This process is annoying, is …
I'm setting up a new Vue.JS application using the Vue UI interface.
When I start the application using vue serve src/App.vue the application starts but it only displays in the page the default Home | About.
When I …
I tried moving to cloud9 as a full time IDE as it seems to be the best option on my chromebook. However, I'm trying to make a basic program that requires text input from the user but the code i …