TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can you recommend me a fast, light text editor for Windows?

72 pointsby supersparrowover 2 years ago
What do you guys use when you want to quickly open a file? I used to use VS Code for this purpose, but it&#x27;s becoming more and more like an IDE and doesn&#x27;t quite have the startup time that I would want anymore. Plus, it&#x27;s a bit annoying when I already have a project open as it&#x27;ll open as a tab and look as if it&#x27;s part of that project if that makes sense.<p>Notepad almost fits my spec (startup time, simple, quick UI), but it doesn&#x27;t have syntax highlighting or anything useful for text manipulation&#x2F;navigation&#x2F;etc.<p>I could never get along with Notepad++ - it&#x27;s hard to explain why, because I can see it&#x27;s a fantastic editor and is very popular, but it just doesn&#x27;t fit into the way I work I suppose.<p>I think the main key points for me are startup time and syntax highlighting.<p>Thank you!

87 comments

nicoburnsover 2 years ago
Sublime Text (<a href="https:&#x2F;&#x2F;www.sublimetext.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sublimetext.com&#x2F;</a>) is fantastic. Startup time is instant. RAM usage is low. It&#x27;ll do syntax highlighting out of the box. And with a few extensions (optional) it&#x27;ll do almost everything that VS Code does (sublime-lsp is key for IDE-like functionality). It&#x27;s also great for large files so long as they&#x27;ll fit in RAM.<p>Bonus: it works cross platform (windows&#x2F;mac&#x2F;linux).
评论 #33190926 未加载
评论 #33191698 未加载
评论 #33190377 未加载
评论 #33190188 未加载
评论 #33191531 未加载
评论 #33192565 未加载
评论 #33198724 未加载
评论 #33190465 未加载
评论 #33192409 未加载
asicspover 2 years ago
Vim has been already mentioned several times (in terminal context), but if you want you can use GVim (<a href="https:&#x2F;&#x2F;www.vim.org&#x2F;download.php#pc" rel="nofollow">https:&#x2F;&#x2F;www.vim.org&#x2F;download.php#pc</a>).<p>IIRC, by default, you&#x27;ll get behavior similar to Notepad (so, things like ctrl+c&#x2F;v will work, you don&#x27;t need to learn Vim stuff). At least that was the case when I tried a few years back. If not, you can explicitly use easy mode to get this behavior. But of course, I&#x27;d suggest to learn Vim to get the best out of this editor :)
评论 #33191707 未加载
评论 #33191610 未加载
评论 #33196000 未加载
评论 #33192311 未加载
评论 #33202353 未加载
onemoresoopover 2 years ago
I&#x27;ve been using Notepad++ for text editing for the past 10 years. It is simple, lightfast and simple. I recommend you give it a try and see if it works out for you.
评论 #33195239 未加载
评论 #33193400 未加载
评论 #33192325 未加载
pooya72over 2 years ago
I use neovim. The plugin system has really grown.<p>* I use Packer for plug-in managment: <a href="https:&#x2F;&#x2F;github.com&#x2F;wbthomason&#x2F;packer.nvim" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wbthomason&#x2F;packer.nvim</a><p>* I use Mason to install LSPs, linters and formatters: <a href="https:&#x2F;&#x2F;github.com&#x2F;williamboman&#x2F;mason.nvim" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;williamboman&#x2F;mason.nvim</a><p>* I use nvim-treesitter for better highlighting: <a href="https:&#x2F;&#x2F;github.com&#x2F;nvim-treesitter&#x2F;nvim-treesitter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nvim-treesitter&#x2F;nvim-treesitter</a>
评论 #33191535 未加载
xrayarxover 2 years ago
I use Notepad++. It is pre installed on all systems at the workplace.<p>If you do not like it, there is <a href="http:&#x2F;&#x2F;www.pspad.com&#x2F;en&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.pspad.com&#x2F;en&#x2F;</a><p>Unfortunately I am not sure if it is still in development.<p>Any discussion about editors on windows is incomplete without <a href="https:&#x2F;&#x2F;www.ultraedit.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ultraedit.com&#x2F;</a><p>No affiliation with the mentioned products.
Nicksilover 2 years ago
Sublime Text. Hands down.<p><a href="https:&#x2F;&#x2F;www.sublimetext.com" rel="nofollow">https:&#x2F;&#x2F;www.sublimetext.com</a><p>- Instant startup.<p>- Very fast.<p>- Well-built software.<p>- Handles everything I throw at it; a lot of which would render other editors unresponsive.<p>- Great plug-ins.<p>I&#x27;ve used Sublime Text and have been recommending it to others since the first version. I still recommend it above all other text editors; especially for folks working on a Windows machine.
ZoomZoomZoomover 2 years ago
If you want GUI and a working and extensive syntax highlighting, your options boil down to Scintilla-based editors, which means Notepad++, Geany[0], TextAdept[1] or Notepad3[2].<p>There&#x27;s also lite-xl[3] and CudaText[4], which are not based on Scintilla. Lapce[5] also looks promising, although it&#x27;s slightly stretching the &quot;light&quot; condition.<p>For years, AkelPad[6] was considered to be the best substitute for the bundled Notepad, but it hasn&#x27;t been updated in a while, although it still works absolutely fine in that role.<p>For the console, Helix[7], Micro[8], Moe[9] are all possible options which will work in cmd.exe out-of-the box.<p>Regarding vim&#x2F;nvim - I had some issues with plugin-heavy configs running on top of Cygwin, but YMMV.<p>0. <a href="https:&#x2F;&#x2F;www.geany.org&#x2F;download&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;www.geany.org&#x2F;download&#x2F;releases</a><p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;orbitalquark&#x2F;textadept&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;orbitalquark&#x2F;textadept&#x2F;releases</a><p>2. <a href="https:&#x2F;&#x2F;github.com&#x2F;rizonesoft&#x2F;Notepad3" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;rizonesoft&#x2F;Notepad3</a><p>3. <a href="https:&#x2F;&#x2F;github.com&#x2F;lite-xl&#x2F;lite-xl&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lite-xl&#x2F;lite-xl&#x2F;releases</a><p>4. <a href="https:&#x2F;&#x2F;cudatext.github.io&#x2F;download.html" rel="nofollow">https:&#x2F;&#x2F;cudatext.github.io&#x2F;download.html</a><p>5. <a href="https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lapce&#x2F;lapce&#x2F;releases</a><p>6. <a href="https:&#x2F;&#x2F;akelpad.sourceforge.net&#x2F;en&#x2F;download.php" rel="nofollow">https:&#x2F;&#x2F;akelpad.sourceforge.net&#x2F;en&#x2F;download.php</a><p>7. <a href="https:&#x2F;&#x2F;github.com&#x2F;helix-editor&#x2F;helix&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;helix-editor&#x2F;helix&#x2F;releases</a><p>8. <a href="https:&#x2F;&#x2F;github.com&#x2F;zyedidia&#x2F;micro" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;zyedidia&#x2F;micro</a><p>9. <a href="https:&#x2F;&#x2F;github.com&#x2F;fox0430&#x2F;moe&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;fox0430&#x2F;moe&#x2F;releases</a>
评论 #33191863 未加载
评论 #33196958 未加载
JohnBereaover 2 years ago
Notepad3. Looks and behaves like Windows notepad but with syntax highlighting, regex search, optional dark theme, lightweight native-built code that launches instantly, and all the other modern features you expect.<p><a href="https:&#x2F;&#x2F;www.rizonesoft.com&#x2F;downloads&#x2F;notepad3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.rizonesoft.com&#x2F;downloads&#x2F;notepad3&#x2F;</a>
评论 #33192450 未加载
thunderbongover 2 years ago
Notepad2-mod [0]:<p>Features:<p>- Code folding<p>- Support for bookmarks<p>- Option to mark all occurrences of a word<p>- Word auto-completion<p>- Syntax highlighting support for AutoHotkey, AutoIt3, AviSynth, Bash, CMake, Inno Setup, LaTeX, Lua, Markdown, NSIS, Ruby, Tcl and YAML scripts<p>- Improved support for NFO ANSI art<p>- Support for replacing Windows Notepad using a clean, unintrusive registry-based method<p>- Other various minor changes and tweaks<p>Bonus feature for myself: I can install it on any Windows computer and most non-tech users will not know the difference, but when I have to help them solve system problems, I get all those features!!<p>[0]: <a href="https:&#x2F;&#x2F;xhmikosr.github.io&#x2F;notepad2-mod&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xhmikosr.github.io&#x2F;notepad2-mod&#x2F;</a>
onion2kover 2 years ago
<i>I used to use VS Code for this purpose, but it&#x27;s becoming more and more like an IDE and doesn&#x27;t quite have the startup time that I would want anymore.</i><p>VS Code on my Mac starts in about 2s, and that&#x27;s with half a dozen plugins and a couple of language servers. That could be quicker but finding a new editor seems like overkill if it&#x27;s similar for you. I suspect the startup time could be optimized if you really wanted Moar Speeds.<p><i>Plus, it&#x27;s a bit annoying when I already have a project open as it&#x27;ll open as a tab and look as if it&#x27;s part of that project if that makes sense.</i><p>There&#x27;s a setting called &quot;Open Files In New Window&quot; that&#x27;s defaulted to Off that might solve this.
评论 #33192822 未加载
评论 #33191930 未加载
captainmuonover 2 years ago
I used to use Notepad2, which is a bit like Notepad++ but I liked the interface better. It is no longer developed but there seem to be a couple of forks.<p><a href="https:&#x2F;&#x2F;www.flos-freeware.ch&#x2F;notepad2.html" rel="nofollow">https:&#x2F;&#x2F;www.flos-freeware.ch&#x2F;notepad2.html</a><p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;software&#x2F;comments&#x2F;nxpmis&#x2F;notepad3_vs_notepad2e_vs_the_notepad2_fork_by&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;software&#x2F;comments&#x2F;nxpmis&#x2F;notepad3_v...</a>
atebyagrueover 2 years ago
I&#x27;ve used SciTE for years. I originally came across it looking for a lightweight, cross-platform editor that had a small footprint, regex replace, and find in files capabilities.<p>* <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SciTE" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;SciTE</a><p>EDIT: just noticed you mention syntax highlight. No love there, sorry.
评论 #33190096 未加载
D13Fdover 2 years ago
I’m surprised no one has mentioned EditPad Pro:<p><a href="https:&#x2F;&#x2F;www.editpadpro.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.editpadpro.com&#x2F;</a><p>It’s old (and old fashioned) but still updated, very fast, and designed for convenience. It has syntax highlighting.<p>VS Code has long since replaced it for me, but if I were looking for something faster to go with VS Code in Windows, I’d put it on the list.
评论 #33191647 未加载
评论 #33193478 未加载
评论 #33192517 未加载
评论 #33191710 未加载
zoomablemindover 2 years ago
&gt; ...Notepad almost fits my spec (startup time, simple, quick UI), but it doesn&#x27;t have syntax highlighting or anything useful for text manipulation&#x2F;navigation&#x2F;etc.<p>There is Notepad2 (or rather Notepad2-mod). It supports syntax highlighting, it&#x27;s based on Scintilla. Has most of the basic features needed for code editing, except perhaps for rectangular select, which is not often needed in routine code editing. It&#x27;s very much a standalone exe with a config file, no plugins.
leokennisover 2 years ago
<a href="https:&#x2F;&#x2F;www.emeditor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.emeditor.com&#x2F;</a> is fast and versatile but looks a tad outdated with many modal dialogs etc.
评论 #33193248 未加载
评论 #33206434 未加载
nurettinover 2 years ago
This has been my go-to editor on Windows for the past 20+ years. <a href="https:&#x2F;&#x2F;www.contexteditor.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.contexteditor.org&#x2F;</a><p>You can also make your own pretty easily using lazarus&#x2F;fpc and the free synedit component.
richardjdareover 2 years ago
I use Emacs now but I used Textpad (<a href="https:&#x2F;&#x2F;www.textpad.com&#x2F;home" rel="nofollow">https:&#x2F;&#x2F;www.textpad.com&#x2F;home</a>) for a long time. It&#x27;s a very light editor with syntax highlighting and large file handling.
评论 #33190511 未加载
sandreasover 2 years ago
If you are familiar with vim[1] and like the command line, you could try either vim for windows or eventually helix[2]. There also is emacs[3]<p>If you prefer GUI, I think Notepad++[4] is the best editor you can get, but there is also Sublime[5] (like already mentioned), Visual Studio Code[6]. Some people like jEdit[7], but that&#x27;s not my personal favourite.<p>[1]: <a href="https:&#x2F;&#x2F;www.vim.org&#x2F;download.php" rel="nofollow">https:&#x2F;&#x2F;www.vim.org&#x2F;download.php</a><p>[2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;helix-editor&#x2F;helix&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;helix-editor&#x2F;helix&#x2F;releases</a><p>[3]: <a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;emacs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;software&#x2F;emacs&#x2F;</a><p>[4]: <a href="https:&#x2F;&#x2F;notepad-plus-plus.org&#x2F;downloads&#x2F;" rel="nofollow">https:&#x2F;&#x2F;notepad-plus-plus.org&#x2F;downloads&#x2F;</a><p>[5]: <a href="https:&#x2F;&#x2F;www.sublimetext.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.sublimetext.com&#x2F;</a><p>[6]: <a href="https:&#x2F;&#x2F;code.visualstudio.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;code.visualstudio.com&#x2F;</a><p>[7]: <a href="http:&#x2F;&#x2F;www.jedit.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.jedit.org&#x2F;</a>
rejectfiniteover 2 years ago
Notepads for a UWP&#x2F;&quot;modern&quot; look - <a href="https:&#x2F;&#x2F;www.notepadsapp.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.notepadsapp.com&#x2F;</a><p>Notepad2 - Old, not developed anymore. But is a standalone exe and super fast. - <a href="https:&#x2F;&#x2F;www.flos-freeware.ch&#x2F;notepad2.html" rel="nofollow">https:&#x2F;&#x2F;www.flos-freeware.ch&#x2F;notepad2.html</a>
评论 #33193902 未加载
nimish2592over 2 years ago
I have a bookmark done with below text. I use it more like whiteboard in Zoom calls than a note-taker. But it&#x27;s fast and clean.<p>data:text&#x2F;html, &lt;html contenteditable&gt;
yashgover 2 years ago
EditPlus. Been using it for almost 20 years now. Hands down the best software for text editing I have ever used. It&#x27;s lighter than Notepad++. Editplus along with Faststine viewer is the reason I am not moving to Mac as my primary OS.
评论 #33196221 未加载
solidgolover 2 years ago
I would recommend looking at the Fast Colored Text Box ( <a href="https:&#x2F;&#x2F;www.codeproject.com&#x2F;Articles&#x2F;161871&#x2F;Fast-Colored-TextBox-for-syntax-highlighting-2" rel="nofollow">https:&#x2F;&#x2F;www.codeproject.com&#x2F;Articles&#x2F;161871&#x2F;Fast-Colored-Tex...</a> ) It is a .net control that has built in syntax coloring. Some of the sample code are full fledged editors.<p>If you are doing html and occasionally for other purposes foxe html editor is highly underrated. <a href="http:&#x2F;&#x2F;www.firstobject.com&#x2F;dn_editor.htm" rel="nofollow">http:&#x2F;&#x2F;www.firstobject.com&#x2F;dn_editor.htm</a>
squarefootover 2 years ago
Here are a few lesser known editors&#x2F;IDEs.<p>SciTE: <a href="https:&#x2F;&#x2F;www.scintilla.org&#x2F;SciTE.html" rel="nofollow">https:&#x2F;&#x2F;www.scintilla.org&#x2F;SciTE.html</a><p>Kate: <a href="https:&#x2F;&#x2F;kate-editor.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;kate-editor.org&#x2F;</a><p>Geany: <a href="https:&#x2F;&#x2F;www.geany.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.geany.org&#x2F;</a><p>Last one comes from my OS&#x2F;2 memories, it has been ported to Windows and runs fine also on WINE.<p>MED: <a href="http:&#x2F;&#x2F;www.utopia-planitia.de&#x2F;indexus.html" rel="nofollow">http:&#x2F;&#x2F;www.utopia-planitia.de&#x2F;indexus.html</a>
评论 #33209597 未加载
评论 #33196149 未加载
supersparrowover 2 years ago
Wow, lots of responses, thank you everyone! I will have a look through this rather extensive list of options :D
netsharcover 2 years ago
I&#x27;ve been migrating my jEdit install for more than a decade now.. it&#x27;s Java but the load time isn&#x27;t terrible, I have a habit of leaving a window open anyway. It&#x27;s rectangular editing mode is very useful, it has plugins, e.g. to diff 2 files, HyperSearch is like grep, you can even copy the list of search hits into the clipboard.<p>Maybe N++ has all these features, I use it too but haven&#x27;t learned how to diff or do rectangular selection&#x2F;editing.
francisofasciiover 2 years ago
Notepad2.exe. Easy installation. Download the .zip file which contains the .exe and .ini file. You might have to spend a little bit of time telling Windows to open .txt, .html, etc. files with Notepad2 rather than Notepad, but other than that, it just works. <a href="https:&#x2F;&#x2F;www.flos-freeware.ch&#x2F;notepad2.html" rel="nofollow">https:&#x2F;&#x2F;www.flos-freeware.ch&#x2F;notepad2.html</a>
dmitrygrover 2 years ago
Ultraedit32<p>Fast. Simple. Can also be a hex editor. Can open multi-GB files with no issues.
dsegoover 2 years ago
Sublime Text still rocks.
chiiover 2 years ago
saw <a href="https:&#x2F;&#x2F;github.com&#x2F;lite-xl&#x2F;lite-xl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lite-xl&#x2F;lite-xl</a> a few days ago posted.<p>Seems pretty fast, and has some plugins that might also add additional functionality. seems great for the occasional file edit without the vscode startup times.
JoeMayoBotover 2 years ago
Multiple editors, depending on what I want to do:<p>- VSCode: JavaScript&#x2F;Python dev - Notepad++: Fast copy&#x2F;paste, JSON formatting, document viewing, or converting from a rich-text format to plain text for pasting in a web comment. Because it also saves tabs, it&#x27;s helpful for temporary sticky note type text. I rarely ever code here. - textEdit: On Mac because it&#x27;s easier to type here and then paste into HN comment. - Visual Studio: C# development
tpoacherover 2 years ago
Use the venerable GNU Nano editor on the terminal.<p>You can get it easily via gitbash (<a href="https:&#x2F;&#x2F;gitforwindows.org" rel="nofollow">https:&#x2F;&#x2F;gitforwindows.org</a>), or WSL, or cygwin or ... dunno.<p>You can also try compiling it for windows directly. Nano provides some Win32-specific stuff on its website (<a href="https:&#x2F;&#x2F;www.nano-editor.org&#x2F;dist&#x2F;win32-support&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nano-editor.org&#x2F;dist&#x2F;win32-support&#x2F;</a>), but I haven&#x27;t tried them, since nano through gitbash worked fine whenever I&#x27;ve needed it.
gloosxover 2 years ago
I&#x27;m just using vim any time, works on any kind of machine, all configuration is just single copy-pasted file and everything works the same. Startup time is better than instant, also it is only around 20MB. Syntax highlighting and all cool features out of the box. Intellisense, LSP easy installable and work much faster than VSCode. Yeah the controls are a bit confusing at start, but interactive tutorial is perfect and you learn all basic features in 20 minutes<p>Bonus: opens 16.84 GiB files and processes billiards of lines in a matter of seconds
kramergerover 2 years ago
Notepad++ is too heavy for you? Try textpad :)<p><a href="https:&#x2F;&#x2F;www.textpad.com&#x2F;home" rel="nofollow">https:&#x2F;&#x2F;www.textpad.com&#x2F;home</a><p>Used it alot at uni, it&#x27;s notepad with tabs and syntax highlighting.
MatmaRexover 2 years ago
I use Notepad2. It’s a reasonably powerful editor like Notepad++ (in fact it uses the same text editing library), but all the extra features can be hidden or disabled until it looks just like stock Notepad.
ivthreadp110over 2 years ago
I like SciTE (it&#x27;s not as popular as Notepad++)-- <a href="https:&#x2F;&#x2F;www.scintilla.org&#x2F;SciTE.html" rel="nofollow">https:&#x2F;&#x2F;www.scintilla.org&#x2F;SciTE.html</a>
mythzover 2 years ago
Big fan of <a href="https:&#x2F;&#x2F;github.com&#x2F;lite-xl&#x2F;lite-xl" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lite-xl&#x2F;lite-xl</a><p>Ticks all boxes: Small, Fast &amp; Light.
chunk_waffleover 2 years ago
Back when I was stuck with Windows (and also not the biggest fan of Notepad++) I used Gedit2 which I carried over when I started using Linux. It had syntax highlighting, plugins, a file browser. It was great!<p>There was some version where they absolutely neutered it (I think it was Gedit3) and I haven&#x27;t looked at it since but maybe they&#x27;ve re-added the lost functionality (though I doubt it.)
IshKebabover 2 years ago
Lapce. It&#x27;s still early days but if you&#x27;re looking for basic editing with syntax highlighting it&#x27;s already there and is <i>very</i> fast.
theandrewbaileyover 2 years ago
I use Notepad++, but looks like you&#x27;ve tried.<p>For ornery files (usually 50+ MB XMLs), I&#x27;ve used an editor in WSL (like nano). Is WSL an option for you?
评论 #33205628 未加载
dcuthbertsonover 2 years ago
I haven&#x27;t used it, but I&#x27;ve heard 4coder [0] is very good.<p>Edit: That points to the handmade network, where I first heard of 4Coder. The actual site is [1].<p>[0]: <a href="https:&#x2F;&#x2F;4coder.handmade.network&#x2F;" rel="nofollow">https:&#x2F;&#x2F;4coder.handmade.network&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;4coder.itch.io&#x2F;4coder" rel="nofollow">https:&#x2F;&#x2F;4coder.itch.io&#x2F;4coder</a>
1970-01-01over 2 years ago
&gt;I could never get along with Notepad++ - it&#x27;s hard to explain why, because I can see it&#x27;s a fantastic editor and is very popular, but it just doesn&#x27;t fit into the way I work I suppose.<p>NPP is a very solid program once you get over a small learning curve. Try following along with a few YouTube videos on NPP before you dismiss it entirely.
评论 #33201287 未加载
评论 #33192624 未加载
osigurdsonover 2 years ago
Download git for windows (<a href="https:&#x2F;&#x2F;gitforwindows.org" rel="nofollow">https:&#x2F;&#x2F;gitforwindows.org</a>) since you are probably using git anyway. Then create a profile in Windows Terminal for the included bash.This includes vim which works beautifully out of the box with Windows Terminal (syntax highlighting, etc).
bmachoover 2 years ago
I use geany on windows too. It has tabs, syntax highlight, can be configured to run&#x2F;build&#x2F;etc on keystrokes, (open new terminal or use the output window), handles projects, can search in multiple files, etc.<p>Although its text manipulation could be better, it doesn&#x27;t have multiple cursors for example.
chrismcbover 2 years ago
If notepad++ doesn&#x27;t work for you then you probably aren&#x27;t really looking for a fast, light, text editor. But you really need to explain how it didn&#x27;t work. It has syntax highlighting, it is easy to use. I can&#x27;t imagine how you don&#x27;t get along with it.
winkover 2 years ago
I mostly use Notepad++ on Windows but on Linux I really like TextAdept - <a href="https:&#x2F;&#x2F;orbitalquark.github.io&#x2F;textadept&#x2F;" rel="nofollow">https:&#x2F;&#x2F;orbitalquark.github.io&#x2F;textadept&#x2F;</a> (it has a windows version but I never tried it)
nspattakover 2 years ago
gvim is plenty fast but i guess for the majority of people notepad++ is the recommendation to make
nikanjover 2 years ago
Notepad++ would fit the bill, if it didn&#x27;t pester me with an update every time I start it.
vips7Lover 2 years ago
I use neovim when I need to just quickly edit files and IntelliJ for my full ide on Windows.
billfruitover 2 years ago
Some weeks ago, there was a post here about CUDAText. It is a fairly light weight editor.
binnyvaover 2 years ago
Back in my windows days, I used Metapad for this(<a href="https:&#x2F;&#x2F;liquidninja.com&#x2F;metapad&#x2F;" rel="nofollow">https:&#x2F;&#x2F;liquidninja.com&#x2F;metapad&#x2F;</a>). I even changed the notepad.exe file to metapad.
Koshkinover 2 years ago
I have the same feeling about Notepad++ (in part because it is Windows-only), and for years I have been using SciTE which I found to be no-nonsense editor that does everything I need an editor to do (and just a bit more).
ajosepsover 2 years ago
Sublime Text is still my goto for large files and as a scratch-pad type text editor
评论 #33190464 未加载
sandosover 2 years ago
I actually VS Code as my &quot;general text editor&quot;, but not IDE which is relegated to VS still. Notepad++ is what I use for anything big enough for Code to croak on, which is not very big, tens of MB or so and more.
osigurdsonover 2 years ago
vim &#x2F; Windows Terminal is what you want.
Group_Bover 2 years ago
Vim and Sublime Text<p>Vim because it’s already on almost every Linux ditro, and if it’s not, it’s extremely easy to install.<p>And Sublime if I have a GUI and really need to write out a long script that’ll take me longer than a week.
ppjimover 2 years ago
Helix editor: A post-modern text editor.<p><a href="https:&#x2F;&#x2F;helix-editor.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;helix-editor.com&#x2F;</a><p>It looks great with an interesting UI and a powerful use of terminal.
marcthe12over 2 years ago
I usually use vim on windows but if that is a hassle, there is KDE Kate. That is a very good editor. Definitely one of the best editors if you do not care about plugins that much.
neweroldguyover 2 years ago
Keep using VS Code, make files open in their own window via setting. Why would you <i>not</i> have VS Code open at all times anyway? (As you might with an emacs server).
GoblinSlayerover 2 years ago
SciTE, Textadept, Programmer&#x27;s Notepad.<p>I keep text editor always open (for note taking), so maybe that&#x27;s why it opens files faster than with a cold start.
评论 #33203808 未加载
sillysaurusxover 2 years ago
GVim. Pops open in half a second flat, almost without fail.
1nf_over 2 years ago
<a href="https:&#x2F;&#x2F;neovide.dev" rel="nofollow">https:&#x2F;&#x2F;neovide.dev</a> is great and super fast. It&#x27;s a wrapper for neovim.
mochjaover 2 years ago
Before Sublime Text I did use - PSPad <a href="http:&#x2F;&#x2F;www.pspad.com&#x2F;en&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.pspad.com&#x2F;en&#x2F;</a>
dverover 2 years ago
I&#x27;ve used EditPdPro forever, there is a free light version.<p><a href="https:&#x2F;&#x2F;www.editpadpro.com" rel="nofollow">https:&#x2F;&#x2F;www.editpadpro.com</a>
forgotpwd16over 2 years ago
TED Notepad and Notepad2 (which has a number of more featureful forks) are two other Notepad-like options that aren&#x27;t Notepad++.
acdhaover 2 years ago
Have you tried disabling extensions in VSC? It normally starts quickly so if you’re otherwise happy with it I would try that first.
评论 #33190268 未加载
Night_Thastusover 2 years ago
Notepad++ for anything quick and relatively simple (though plugins extend it a lot). VSCode for any real code editing work.
stillsutover 2 years ago
I&#x27;m wondering if you could launch VSCode with flags like:<p>$ code --no-extensions --no-lang-server<p>And then alias that command to `litecode` or something
osigurdsonover 2 years ago
&gt;&gt; I could never get along with Notepad++ - it&#x27;s hard to explain why<p>Many commenters: &quot;use Notepad++&quot; :)
评论 #33197313 未加载
评论 #33201327 未加载
oxffover 2 years ago
Sublime maybe
评论 #33189963 未加载
meowcatover 2 years ago
EditPad Pro. I also never got along with everyone&#x27;s standard choice Notepad++
philipovover 2 years ago
sublimetext3 is what I use
stevenallyover 2 years ago
Notepad2. It’s Notepad with all the missing features.
insane_dreamerover 2 years ago
Sublime Text<p>Atom if you need something free.<p>Brackets for HTML&#x2F;CSS (also free).
ponowover 2 years ago
emacs FTW.
评论 #33190302 未加载
warrenmover 2 years ago
Atom - <a href="https:&#x2F;&#x2F;atom.io" rel="nofollow">https:&#x2F;&#x2F;atom.io</a><p>TextPad - <a href="https:&#x2F;&#x2F;textpad.com" rel="nofollow">https:&#x2F;&#x2F;textpad.com</a>
rasikjainover 2 years ago
Notepad++<p>Very fast, lightweight. Been using for 15+ years
hestefiskover 2 years ago
Notepad.exe ;)
aurora72over 2 years ago
No one mentioned Light Table?
datalistover 2 years ago
editplus.com
评论 #33195369 未加载
hulituover 2 years ago
Notepad ( from win 7).
kofejnikover 2 years ago
Sublime text ofc
GoToROover 2 years ago
Try UltraEdit.
rubyist5evaover 2 years ago
Sublime Text
sys_64738over 2 years ago
I edit code in Microsoft Word myself.
ponowover 2 years ago
emacs ftw
ninjapenguin54over 2 years ago
Neovim
mandeepjover 2 years ago
You are looking for a code editor and not text editor!