Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 37 additions & 2 deletions content/ide.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>JBang IDE Support</h2>
icons-and-text
>
<v-tab id="vscodium-tab">VSCodium
<img src="https://api.faviconkit.com/vscodium.com" width="24" height="24" />
<img src="/assets/images/ide/vscodium.svg" width="24" height="24" />
</v-tab>
<v-tab id="vscode-tab">Visual Studio Code
<img src="https://code.visualstudio.com/favicon.ico" width="24" height="24" />
Expand All @@ -32,6 +32,15 @@ <h2>JBang IDE Support</h2>
<v-tab id="eclipse-tab">Eclipse
<img src="https://simpleicons.org/icons/eclipseide.svg" width="24" height="24" />
</v-tab>
<v-tab id="zed-tab">Zed
<img src="https://logo.svgcdn.com/simple-icons/zedindustries-dark.png" width="24" height="24" />
</v-tab>
<v-tab id="vim-tab">Vim/neovim
<img src="https://simpleicons.org/icons/vim.svg" width="24" height="24" />
</v-tab>
<v-tab id="emacs-tab">Emacs
<img src="https://simpleicons.org/icons/gnuemacs.svg" width="24" height="24" />
</v-tab>
<v-tab id="replit-tab">repl.it
<img src="https://api.faviconkit.com/replit.com" width="24" height="24" />
</v-tab>
Expand Down Expand Up @@ -88,7 +97,33 @@ <h3>Eclipse</h3>
JBang is on <a href="https://marketplace.eclipse.org/content/jbang-eclipse-integration">Eclipse Marketplace</a>
</p>
</v-tab-item>

<v-tab-item>
<h3>Zed</h3>
<p>
<a href="https://zed.dev"></a>Zed</a> is a high-performance editor with support for Java using Eclipse JDT Language Server.
</p>
<p>
No native JBang support yet, thus simplest way is to use sandbox mode: <code>jbang edit --sandbox --open=zed yourapp.java</code>.
</p>
</v-tab-item>
<v-tab-item>
<h3>Vim/neovim</h3>
<p>
Vim and neovim are highly configurable text editors built to enable efficient text editing. Supports Java with Eclipse JDT Language Server.
</p>
<p>
No native JBang support yet, thus simplest way is to use sandbox mode: <code>jbang edit --sandbox --open=nvim yourapp.java</code>.
</p>
</v-tab-item>
<v-tab-item>
<h3>Emacs</h3>
<p>
Emacs is an extensible, customizable, free/libre text editor and computing environment. Supports Java with Eclipse JDT Language Server.
</p>
<p>
No native JBang support yet, thus simplest way is to use sandbox mode: <code>jbang edit --sandbox --open=emacs yourapp.java</code>.
</p>
</v-tab-item>
<v-tab-item>
<h3>repl.it</h3>
<p>
Expand Down
1 change: 1 addition & 0 deletions public/assets/images/ide/vscodium.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.