richard1122 / vscode-youcompleteme

YouCompleteMe for VSCode
https://marketplace.visualstudio.com/items?itemName=RichardHe.you-complete-me
MIT License
53 stars 8 forks source link

alt-L diagonostic doesn't work in a large project #20

Closed zijianyue closed 7 years ago

zijianyue commented 7 years ago

In a small project, diagonostic works well. But in a large one it doesn't ,though "GetType with hover" and "code completion" and "GoToDefinition with ctrl+click " all works OK. vs code 1.7.2, you-complete-me 1.0.24

zijianyue commented 7 years ago

not an issue but a conf of ycmd server: The default value of max_diagnostics_to_display is 30 in ycmd server, I set it to 3000 to resolve this issue.