sourcegraph/client/jetbrains
2024-05-16 15:51:16 +01:00
..
docs JetBrains: Add custom keymap docs (#40243) 2022-08-11 14:44:02 +02:00
scripts web: Fix settings editor completion/validation (#60808) 2024-03-11 13:48:31 +01:00
standalone/src disable slow eslint rules, remove unused disable directives (#57788) 2023-10-23 13:23:44 -07:00
webview bazel: transcribe test ownership to bazel tags (#62664) 2024-05-16 15:51:16 +01:00
.eslintignore JetBrains: Add telemetry to the TypeScript side (#37498) 2022-06-22 16:37:16 +02:00
.gitignore JetBrains: Ignore bin files that are generated by VS Code extension (#37744) 2022-06-27 14:39:03 +02:00
.stylelintrc.json web: integrate @sourcegraph/stylelint-plugin-sourcegraph and ban bootstrap imports (#34956) 2022-05-05 04:27:26 +00:00
BUILD.bazel Added ts_projects for storybook files in client/* (#59400) 2024-01-09 10:37:53 -08:00
CHANGELOG.md more style fixes in text (#58998) 2023-12-14 15:17:36 +00:00
globals.d.ts reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00
LICENSE relicense all paths other than MIT licensed code, client/cody*, jetbrains, VS code, and browser extension to enterprise (#53345) (#53345) 2023-06-13 10:28:11 -07:00
package.json remove gulp (task runner) (#57963) 2023-10-29 12:09:50 -07:00
README.md JetBrains: remove plugin (#57505) 2023-10-17 09:03:43 +00:00
settings.gradle.kts JetBrains: fix ktfmt Gradle/Spotless config (#56613) 2023-09-14 10:42:53 +02:00
tsconfig.json reapply "switch from jest to vitest for faster, simpler tests (#57886)" (#58145) 2023-11-07 12:00:18 +02:00

Sourcegraph Code Search for IntelliJ

This directory contains web assets for the Sourcegraph JetBrains plugin. The JetBrains plugin lives in the sourcegraph/jetbrains repository.

Building the assets

Run the following commands to build the assets.

pnpm i
pnpm build
# (optional) pnpm watch

The assets get generated to src/main/resources/dist, which are ignored by git. The JetBrains plugin embeds the contents of that directory into the plugin.

Previewing the assets locally

Run the following commands to preview the components in a standalone HTML file.

pnpm standalone && open http://localhost:3000/