- https://api.github.com/repos/
<USERNAME>/contents/ - https://api.github.com/repos/
<USERNAME>/contents/<REPO>/<FOLDER/FILE...>
- https://raw.githubusercontent.com/
{USERNAME}/{FOLDER,FILE...}
Most people do not want to have autocompletion when they press the dot key, which should be disabled by default in VSCode.
Below shows 2 ways to turn this off.
editor.acceptSuggestionOnCommitCharacter
Some people do not want to autocomplete when they enter.
They will choose tab key instead since you have to press esc when you want to use enter key and at the same the unwanted suggestion shows up.
But some people find enter key is more handy instead.
Anyway, below shows 2 ways to turn this off.
Here are few settings to turn on and off the autocomplete when a certain key is pressed.
This is different from turning off the suggestions. Suggestion still appears but will not trigger autocomplete when a certain key is pressed.
How to turn on and off autocomplete when
enter,returnkey is pressed:
Demonstrate the use case of reduce() with github public api.
Recommended customized default setting for Visual Studio Code. These settings should be the standard behaviors by default.