Hacker News new | past | comments | ask | show | jobs | submit login

> I find that the timing is actually worse

That's fine. Amazingly, these things are customizable to fit everyones needs. Thinking there is only one way to do it is silly, but apparently a number of developers things autocomplete can be done only one way.




They aren’t really customizable that much. I don’t think there is a property in VS or VS Code to haggle with to reduce autocomplete timing to zero, and it still doesn’t deal with it being too intrusive to be used continuously. Each design decision has a cascading consequence, making customization very difficult.


Happily, there are some settings like that. https://code.visualstudio.com/docs/editor/intellisense

``` // Controls the delay in ms after which quick suggestions will show up. "editor.quickSuggestionsDelay": 10, ```


Neat! I've actually never had a problem with the delay in VS Code, and 10ms is basically the way I like it anyways (immediate).

Some people might still be annoyed by the code completion menu placement, which isn't configurable (yet).




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: