Support parameter hints in hh_client LSP
- Linguagem predominante
- C++
- Estrelas
- 18.7k
- Forks
- 3.1k
- Merge médio
- 1h 47min
- PRs com merge (30d)
- 2
Descrição
### HHVM Version
Any
### Operating System and Version
Any
### Standalone code, or other way to reproduce the problem
Hack typechecker just added support for signature help in the latest version (https://github.com/facebook/hhvm/commit/7874525f86ad1621d5f8e5a5f23d318b861ebc46). While this shows function/parameter signature when typing, it can also further annotate the hint using documentation:
1. Description can be shown during hover. TypeScript example:

2. Specific parameter description can be shown during completing by parsing `@param` comments. TypeScript example:


Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.