mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
[手动选题][tech]: 20221227.0 ⭐️⭐️ 5 Upcoming Code Editors that May Challenge the Supremacy of Visual Studio Code.md
This commit is contained in:
parent
d16e5e2c3c
commit
ea421020d3
@ -0,0 +1,123 @@
|
||||
[#]: subject: "5 Upcoming Code Editors that May Challenge the Supremacy of Visual Studio Code"
|
||||
[#]: via: "https://news.itsfoss.com/upcoming-code-editors/"
|
||||
[#]: author: "Sourav Rudra https://news.itsfoss.com/author/sourav/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
5 Upcoming Code Editors that May Challenge the Supremacy of Visual Studio Code
|
||||
======
|
||||
|
||||
Interesting code editors that might replace Visual Studio Code for you in 2023!
|
||||
|
||||
![5 Upcoming Code Editors that May Challenge the Supremacy of Visual Studio Code][1]
|
||||
|
||||
Well, 2022 is coming to an end.
|
||||
|
||||
We featured new remarkable code editors being released for Linux, starting from [Lite XL][2], to options like [Pulsar][3] and more.
|
||||
|
||||
So, to commemorate that, I have compiled this list of upcoming code editors for Linux that have a strong chance of challenging the supremacy of [Visual Studio Code][4].
|
||||
|
||||
Let me take you through it.
|
||||
|
||||
### 1. Pulsar
|
||||
|
||||
![pulsar][5]
|
||||
|
||||
[Pulsar][6] is a community-led open-source code editor aiming to be a replacement for the famous Atom code editor.
|
||||
|
||||
The community behind it has been hard at work bringing this on par with the original Atom editor by introducing modern features with an updated architecture.
|
||||
|
||||
So, if you were an Atom user, you could try this!
|
||||
|
||||
It is available to download from the [official website][7], but do keep in mind that it is in its early development stages.
|
||||
|
||||
### 2. Atom Community
|
||||
|
||||
![atom community][8]
|
||||
|
||||
Also rising from [the ashes][9] of the now-defunct Atom editor, '[Atom Community][10]' is a project meant to take over the concepts and ideas of its predecessor.
|
||||
|
||||
They aim to get started by providing the most essential features and making it on par with the functionality available in the [atom-ide-ui][11] package.
|
||||
|
||||
It has the potential to be something more, but in its current form, I would not suggest this to new users right now. They have a slightly different long-term goal when compared to Pulsar, which makes it another project worth taking a look at.
|
||||
|
||||
But, for 2023, things could be different.
|
||||
|
||||
Still, those who like an adventure can build it using the [source code][12].
|
||||
|
||||
### 3. Lapce
|
||||
|
||||
![lapce][13]
|
||||
|
||||
A lightweight and fast open-source code editor?
|
||||
|
||||
That is what [Lapce][14] is!
|
||||
|
||||
It is a Rust-based open-source code editor that focuses on providing such an experience.
|
||||
|
||||
We covered it when it was in the pre-alpha stage, but in 2023 it can be something to watch out for.
|
||||
|
||||
### 4. Zed
|
||||
|
||||
![zed breadcrumbs][15]
|
||||
|
||||
[Zed][16] is an upcoming code editor aiming to challenge VS Code's dominance.
|
||||
|
||||
It is set to feature many features, such as Real-time collaboration, a minimal interface, code actions, a command palette, and [more][17].
|
||||
|
||||
In fact, Atom's founder, [Nathan Sobo][18] is behind this and has termed this as the '_spiritual successor_' to Atom.
|
||||
|
||||
### 5. Lite XL
|
||||
|
||||
![lite xl][19]
|
||||
|
||||
[Lite XL][2] is an open-source code editor written in Lua, and only uses three megabytes of storage and around twenty megabytes of RAM. (compared to VS Code's ~550 MB).
|
||||
|
||||
It could be to your liking if you were looking for a completely minimal code editor.
|
||||
|
||||
You can get it right now from the [official website][20], it receives regular updates, and you can expect the same to be true in 2023.
|
||||
|
||||
**Well, this is the end of this list and the year 2022.** 😃
|
||||
|
||||
_I may have missed some code editors, and I know you will let me know in the comments section. Feel free to share your thoughts!_
|
||||
|
||||
> 🌐 Follow us on [Mastodon][21] and [Twitter][22] to never miss an update!
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://news.itsfoss.com/upcoming-code-editors/
|
||||
|
||||
作者:[Sourav Rudra][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://news.itsfoss.com/author/sourav/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://news.itsfoss.com/content/images/size/w2000/2022/12/upcoming-editors-which-may-challenge-vs-code.png
|
||||
[2]: https://itsfoss.com/lite-xl/
|
||||
[3]: https://news.itsfoss.com/pulsar-editor/
|
||||
[4]: https://code.visualstudio.com
|
||||
[5]: https://news.itsfoss.com/content/images/2022/12/Pulsar.png
|
||||
[6]: https://pulsar-edit.dev
|
||||
[7]: https://pulsar-edit.dev/download.html#releases
|
||||
[8]: https://news.itsfoss.com/content/images/2022/12/Atom_Community.jpg
|
||||
[9]: https://github.blog/2022-06-08-sunsetting-atom/
|
||||
[10]: https://atom-community.github.io
|
||||
[11]: https://github.com/facebookarchive/atom-ide-ui
|
||||
[12]: https://github.com/atom-community/atom
|
||||
[13]: https://news.itsfoss.com/content/images/2022/12/Lapce.jpg
|
||||
[14]: https://lapce.dev
|
||||
[15]: https://news.itsfoss.com/content/images/2022/12/Zed_Early.jpg
|
||||
[16]: https://zed.dev/
|
||||
[17]: https://zed.dev/features
|
||||
[18]: https://twitter.com/nathansobo
|
||||
[19]: https://news.itsfoss.com/content/images/2022/12/LiteXL.jpg
|
||||
[20]: https://lite-xl.com/en/downloads
|
||||
[21]: https://mastodon.social/@itsfoss
|
||||
[22]: https://twitter.com/itsfoss2
|
Loading…
Reference in New Issue
Block a user