mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Add Sublime Text 4 extension to the Editors page (#4552)
This commit is contained in:
parent
7f4d606f30
commit
3d753ea3be
2 changed files with 40 additions and 0 deletions
|
@ -6,6 +6,23 @@ Editor and IDE Support
|
|||
.. contents::
|
||||
:local:
|
||||
|
||||
Sublime Text
|
||||
============
|
||||
There is a `xonsh package`_ for **Sublime Text 4** (build > 4075). To install:
|
||||
|
||||
- Via **Package Control**: open (``^``/``⌘`` ``⇧`` ``P``) ``Command Palette`` → ``Package Control: Install Package`` → ``xonsh``
|
||||
- **Manually**: clone the repository to your `Sublime Text packages`_ directory and rename it to ``xonsh``
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
cd /path/to/sublime/packages/directory
|
||||
git clone https://github.com/eugenesvk/sublime-xonsh.git
|
||||
mv sublime-xonsh xonsh
|
||||
|
||||
.. _xonsh package: https://packagecontrol.io/packages/xonsh
|
||||
.. _Sublime Text packages: https://www.sublimetext.com/docs/packages.html
|
||||
|
||||
|
||||
Visual Studio Code (VSCode)
|
||||
===========================
|
||||
There is `xonsh extension for VSCode`_. To install search "xonsh" using extensions
|
||||
|
|
23
news/sublime-xonsh.rst
Normal file
23
news/sublime-xonsh.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Added:**
|
||||
|
||||
* **Sublime Text 4** extension to the Editors page.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue