Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/othyn/intellij-parameter-hints


https://github.com/othyn/intellij-parameter-hints

Last synced: 11 days ago
JSON representation

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 |