2 | | 1. Create a symlink in the root of your WebKit source directory: |
3 | | {{{ |
4 | | $ ln -s WebKitBuild/GTK/Release/compile_commands.json compile_commands.json |
5 | | }}} |
6 | | Replacing `GTK` with `WPE` if you are commonly building the WPE port. |
7 | | |
8 | | 2. In your IDE set the clangd path to `<WebKitSourceDirectory>/Tools/flatpak/webkit-clangd`. |
9 | | 3. Make sure that the clangd arguments include the `--enable-config` and the `--gtk` or `--wpe` options. |
| 2 | In your IDE set the clangd path to `<WebKitSourceDirectory>/Tools/flatpak/webkit-clangd`. Make |
| 3 | sure that the clangd arguments include the `--enable-config` and the `--gtk` or `--wpe` options. |