M
M
MadmaN132016-05-30 13:40:01
IDE
MadmaN13, 2016-05-30 13:40:01

What remote development environment to use?

Recommend some IDE for development on the VPS side.
I'm currently using Koding, but it doesn't support third-party snippets and the default set is poor.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
bamaz, 2016-05-30
@bamaz

vim+plugins for your
mosh task instead of ssh

O
OnYourLips, 2016-05-30
@OnYourLips

"On the VPS side" is a bad approach.
You will either download the entire project from the server for yourself, or the main part of your IDE will not work.
The first method will not work if the number of people in the project is more than one, and the second one is completely flawed.
The normal way is git and virtual machines for each team member.
You didn't specify the language, so I'll answer that the leaders for web development languages ​​are JetBrains products.

Z
zooks, 2016-05-30
@zooks

To fix the configs, nano or vim is suitable.
In general, download the entire project to your local computer and work with the code, as everyone else does.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question