Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/othyn/intellij-parameter-hints
https://github.com/othyn/intellij-parameter-hints
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/othyn/intellij-parameter-hints
- Owner: othyn
- License: mit
- Created: 2020-01-13T14:31:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T11:01:23.000Z (almost 5 years ago)
- Last Synced: 2024-10-25T05:57:28.061Z (about 2 months ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Parameter Annotations for Visual Studio Code
[![VS Marketplace Version](https://vsmarketplacebadge.apphb.com/version-short/BobbyZrncev.intellij-parameter-hints.svg)](https://marketplace.visualstudio.com/items?itemName=BobbyZrncev.intellij-parameter-hints)
[![VS Marketplace Installs](https://vsmarketplacebadge.apphb.com/installs-short/BobbyZrncev.intellij-parameter-hints.svg)](https://marketplace.visualstudio.com/items?itemName=BobbyZrncev.intellij-parameter-hints)
[![VS Marketplace Rating](https://vsmarketplacebadge.apphb.com/rating-short/BobbyZrncev.intellij-parameter-hints.svg)](https://marketplace.visualstudio.com/items?itemName=BobbyZrncev.intellij-parameter-hints)![vscode screenshot](vscode.png)
## Settings
There currently is a few configurable settings in the extension
| Name | Description | Default |
|-------|------------|---------|
| `phpannotations.enabled` | Enable PHP Annotations | true |
| `phpannotations.margin` | Annotation styling of margin CSS property | 5 |
| `phpannotations.fontWeight` | Annotation styling of font-weight CSS property | "400" |
| `phpannotations.fontStyle` | Font style for annotations. | "italic" |
| `phpannotations.fontSize` | Font size for annotations. | 12 |## Themable Colors
You can change the default foreground and background colors in the `workbench.colorCustomizations` property in user settings.
| Name | Description |
|------|-------------|
| `phpannotations.annotationForeground` | Specifies the foreground color for the annotations |
| `phpannotations.annotationBackground` | Specifies the background color for the annotations |