|
Oktatás * Programozás 1 * Szkriptnyelvek Teaching * Programming 1 (BI) Félévek Linkek * kalendárium |
Nim2 /
VS Code settingsIf you use VS Code, I suggest the following:
In my
"[nim]": {
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.autoIndent": "full",
},
"nim.inlayHints.parameterHints.enable": false,
"nim.inlayHints.typeHints.enable": false,
It is suggested to use 2 spaces for indentation. Install nimlangserver: $ nimble install nimlangserver AutoformatNim also has a code beautifier (like Ruff for Python); it's called nph. However, I didn't like the default formatting, so I stopped using it. |
![]() Blogjaim, hobbi projektjeim * The Ubuntu Incident [ edit ] |