You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Pointer types in `List *`, which are not Node-derived
52
-
- HashTable entry types for both `HTAB` and `simplehash`
53
-
- Custom `typedefs.list` files for formatter
54
-
55
-
Also there is VS Code settings with generic behavior customization.
56
-
57
-
For more info check [configuration file documentation](./docs/configuration.md).
58
-
59
43
### Formatting
60
44
61
45
Extension uses `pgindent` for formatting C code. It integrates with VS Code extension and available with `Format Document` or `Ctrl + Shift + I` shortcut (or another key binding if overridden). Or you can just specify formatter manually using `Format Document With...` - select `PostgreSQL Hacker Helper` in pick up box.
@@ -100,6 +84,33 @@ Also, for there is autocompletion for configuration parameters also with default
100
84
101
85
This syntax must be enabled for `postgresql[.auto].conf` files, but you can specify it using 'Change Language Mode' -> 'PostgreSQL configuration'
102
86
87
+
## Configuration
88
+
89
+
Extension has configuration file - `.vscode/pgsql_hacker_helper.json`.
90
+
Main purpose is to allow to define container elements custom types, i.e. when you are developing a contrib.
0 commit comments