Jetbrains Tools: Difference between revisions
Remove the awful paragraph about the hack with nix-ld |
m Correct syntax |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
Various JetBrains IDEs and tools are available from nixpkgs under the | Various JetBrains IDEs and tools are available from nixpkgs under the <code>jetbrains</code> namespace. For instance, CLion is available as the {{ic|jetbrains.clion}} package. | ||
== Plugins == | == Plugins == | ||
| Line 7: | Line 7: | ||
For example, a package of CLion with the Github Copilot plugin pre-installed can be obtained by adding the following line to your package list: | For example, a package of CLion with the Github Copilot plugin pre-installed can be obtained by adding the following line to your package list: | ||
(pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.clion ["github-copilot"]) | (pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.clion ["github-copilot--your-ai-pair-programmer"]) | ||
where pkgs is a suitable version of nixpkgs. | where pkgs is a suitable version of nixpkgs. | ||