18

Hey guys I was trying out Fleet and really liked it but I had a hard time configuring it. I wanted to install a plugin but I couldn't find an option to add plugin anywhere.

Does anyone know how to install plugins in JetBrains Fleet?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Ayush Ojha
  • 181
  • 1
  • 1
  • 3
  • Great question.. I'm really eager to find out new features in fleet, but without some extensions like todo tree or so on that I have in VS Code, I cannot work efficiently. So I guess I will wait for that – Yalchin Mammadli Nov 12 '22 at 12:29

5 Answers5

17

I wanted to install a plugin but I couldn't find an option to add plugin anywhere.

That's because Fleet does not support custom (non-bundled) plugins yet (as of October 2022).

https://www.jetbrains.com/fleet/

enter image description here

Does Fleet support plugins?

Fleet will have its own extensibility model, and we are also looking into the option of re-using existing IntelliJ-platform plugins for Fleet. We will provide more information about these extensibility options at a later date.

https://blog.jetbrains.com/fleet/2022/10/introducing-the-fleet-public-preview/

At the same time, we’re working in the following areas:

  • API support and an SDK for plugin authors – Given that Fleet has a distributed architecture, we need to work on simplifying the approach for plugin authors. While we guarantee that we’ll be providing a platform for extending Fleet, we do ask for a bit more patience in this area.
LazyOne
  • 158,824
  • 45
  • 388
  • 391
6

With latest fleet preview, you could install plugins manually, e.g., use the famous vim plugin for fleet as an example:

  1. Download the latest zip from here

  2. Unzip the download file

  3. Copy the unzipped folder to the plugin folder of JetBrains fleet app, I installed the latest fleet preview by JetBrains toolbox, and the cp command would be:

cp -af ~/path/to/download/fleet.fleetVim-1.13.95 "~/Library/Application Support/JetBrains/Toolbox/apps/Fleet/ch-1/1.13.92/Fleet.app/Contents/Frameworks/FleetBackend 2023.1 EAP.app/Contents/plugins/"
  • Locations of plugin directories can be found here
  1. Restart the fleet app and choose Enable vim emulation from the General tab of the fleet app preference

Click here for the screenshot of enabling vim emulation from preference

user16217248
  • 3,119
  • 19
  • 19
  • 37
Cid
  • 61
  • 1
  • 2
1

There's no information on how to install it, but I notice that the Svelte plugin claims to be Fleet compatible:

https://plugins.jetbrains.com/plugin/20504-svelte/

enter image description here

Adam Shand
  • 193
  • 9
1

Fleet doesn't support plugins yet. The release will be announced in the the blog post and on twitter.

0

Fleet doesn't support plugins yet. JetBrain Fleet page

Sorry, screenshot is in French

Juu
  • 1
  • 1
  • 1
    While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/33480878) – Emi OB Dec 28 '22 at 12:54