F
F
fenric2014-01-24 21:22:50
Perl
fenric, 2014-01-24 21:22:50

An alternative to notepad++ or how to develop?

Recommend an alternative to Notepad++.
I have become very attached to this program over the years of practice in programming, layout, and in general, any work with text happens only in this program. When running small projects, especially if I'm the only developer in the project, I use only this program ... It is extremely rare that I resort to a "monster" like netbeans, which I can't stand... I love notepad ++ because it is very lightweight, incredibly fast, and you know, I probably would never have raised this issue, if not for one BUT, maybe someone has already guessed what will be discussed, but I have to voice it, this is FTP ... I'm so tired of these brakes, that there are simply no words, I am madly in love with this program, but glitches when working with ftp are already simply killing me. How it happens: you need to very quickly, make changes right on the "production", save the file,
So that's what I'm looking for, a lightweight notepad with highlighting like notepad++ by default, and able to work seamlessly via ftp... Or maybe everything can be solved with a good plugin for notepad++?
In general, it turned out to be no longer a question, but a story about my love for a notebook. But the point here is more than clear.
Thank you.
PS And in general, tell us what you work in, share your experience.

Answer the question

In order to leave comments, you need to log in

20 answer(s)
K
Krickt, 2014-01-24
@shiza36

Sublime text 2-3
I put plugins on it: emmet, СSScomb, sftp, autosave. I put livereload in the browser.
Profit!
I also tried WebStorm, but sublime takes speed and simplicity.

A
aen, 2014-01-24
@aen

Um.. why would a code editor need ftp? He needs to work with DVCS.
Use Sublime Text, or rather WebStorm (PhpStorm) for more comfortable work.

A
AlexP11223, 2014-01-24
@AlexP11223

Why develop in notepad? Well, unless you edit a couple of lines in one file.
There is also a wonderful PHPStorm.

M
mitry, 2014-01-24
@mitry

Another option is to mount FTP on the file system, and not depend on the editor's support for it. Still, it's not the editor's business to send files.

A
Anton Hersun, 2014-01-25
@xaver

To edit files I use WinSCP + sublime text 2
When saving a file, it is automatically uploaded to the server

V
Vlad Zhivotnev, 2014-01-26
@inkvizitor68sl

Your FTP plugin is not working badly, but the ftp server is working badly (or the network in your house).
The plug-in is dumb as three pennies, it has nowhere to slow down.

W
webbus, 2014-01-24
@webus

try emacs with emmet and stuff. Here is my config, everything is already there. https://github.com/webus/emacs.d
I myself am now writing everything in emacs, I forgot about sublime and so on like a bad dream

N
NewTypes, 2014-01-24
@NewTypes

Syntax highlighting is bullshit, trust me. I've been using notepad++ for 3 years if not more, and I've stuck to it so much that I didn't seem to come off. About 3 weeks ago I bought phpStorm and started using it without changing the default theme. Honestly, I was sick of it and performance fell to the baseboard. After 4 days, it's already hard to tear me away from this IDE ... This is it. The second factor is that almost all editors are customizable, including np++. For example, I have a theme with syntax highlighting js like on habré, which I made in about 5 minutes.
Regarding the editor, I would recommend Vim, a very powerful thing that developers use regardless of language (for example, in Yandex). But he needs eggs. I'm sitting here mastering and ofigevayu from him.

X
xaja, 2014-01-25
@xaja

pspad

P
Petr Marochkin, 2014-01-26
@petun

sublime 3 + expanddrive (SSHFS)

Y
Yakov Akulov, 2014-01-27
@jakulov

+1 @NewTypes
getting used to highlighting is very deceptive.
I also thought so myself, but 1-2 days and you can completely get used to the new design theme (if, of course, it is convenient for you)
+1 for PhpStorm - also switched to it from notepad ++, then spent 2 days sticking it into git - now without it, I don’t even write small projects.
The increase in the speed and quality of development is huge, a lot of crap with ftp and a hot code update in production fell off my shoulders. As a last resort, there is always vim.

D
Dmitry, 2014-01-24
@dmkuznetsov

I do my main development in PHPStorm locally. But sometimes it becomes necessary to edit the project on a remote server.
As an alternative to npp, only sublime has singled out.
It has 2 plugins for working with ftp - one is paid, the other is not, but both are subjectively inconvenient (especially after npp).
Fortunately, there is ssh everywhere at work, so I use vim for quick edits on a remote server.
But if we talk about minor edits to projects that are hosted without ssh, the song begins. You either have to download the entire project in PHPStorm, or download the file through Filezilla and edit it in sublime. Someone uses Total Commander instead of the last bunch.

A
Andrey Matsovkin, 2014-01-24
@macik_spb

Once I was content with FarManager+Colorer+FTP. Then, having tried several more full-fledged editors, he crawled onto Eclipse, where he forced the PHP debugger to work. This turned out to be the deciding factor. Then it grew with plugins and experience. Perhaps now the only thing missing is the normal support for JSDoc.
Tried several times to crawl to something more lightweight, like PHPStorm or NetBeans, but I can't get into it.
Okay, down with the lyrics and nostalgia.
As a matter of fact - perhaps I will join the SubLime option.

A
Andrey Petrov, 2014-01-25
@anndmill

For me, NppFTP in Notepad++ is not so bad. There are, of course, freezes and errors, but this is more likely due to failures with the Internet connection itself. But in general, everything is quite tolerably synchronized via FTP. Although, it is clear that there are better solutions.

J
jurasarts, 2014-01-25
@jurasarts

I also sat on Notepad ++ for a very long time and tightly.
Now I'm using Sublime Text. It will be a little unusual at first, but the transition will be justified after a couple of days of work.
PS: there is a plugin for Sublime to work with FTP

S
Sergey Larionov, 2014-01-25
@Zidar

As an option: You
can use any editor, from notepad to full-fledged ide. My choice so far is Notepad2, but this is a matter of taste.
FlashFXP can be used as an ftp client. In it, you can configure which program to edit files.
The bottom line is this: when viewing a folder on the server, press Ctrl-E, the file is downloaded and opened by the specified program, when saved , the file is automatically uploaded back.

B
bima, 2014-01-25
@bima

I use Vim with a bunch of plugins. Of course, not as effective in the beginning, but after investing time, we will get an excellent result.

M
Maxim, 2014-01-31
@iru

I am using PhpDesigner 8

A
Amal Altybaev, 2014-02-01
@maroon775

for the back-end I use phpDesigner8 there and projects, and ftp, ... IDE all the same
, SublimeText is used for the front-end, even with plug-ins on board.

V
valentine94, 2014-09-29
@valentine94

I use PHPStorm very satisfied.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question