咁多Editor

讀書時, 上Programming堂都係用Visual studio.
基本上無Compiler, 你寫完個Programme都Build唔到出嚟, 試唔到.

而家好多Editor, VS Studio Code, Ultraedit, Notepad++, Vim, Sublime......etc.....
以上嗰啲係咪都可以寫到完整的Programme嗎???出到.exe???

聽講VS Studio Code好受歡迎. 因為細佬係N年前讀的, 唔太知而家發展到咩情況.

睇你寫咩
我自己backend eclipse
frontend vs code

TOP

吓?無得 build 嘅 IDE仲係 IDE?

TOP

讀書時, 上Programming堂都係用Visual studio.
基本上無Compiler, 你寫完個Programme都Build唔到出嚟, 試唔 ...
alan216hk 發表於 2022-2-8 18:43



    VS Studio Code, Ultraedit, Notepad++, Vim, Sublime
editor only

build need ide or build  tools

TOP

Visual studio 係IDE, 會build 唔到?

TOP

我都係第一次聽到 vs 無 compiler

set 錯野?

TOP

睇你寫咩
我自己backend eclipse
frontend vs code
gn01119056 發表於 2022-2-8 19:46



我想知係點用點 set? 好耐冇寫過嘢, 而家寫返 python 同 electron
python 都仲可以用 vs code debug, 但 build 做 exe 我自己開個吉 env, 行 pyinstaller
electron 用 vscode 而家淨係用嚟寫 code, run 用返 cmd 行 npm start
但我唔識 set vscode 做可以 debug 同 build exe

TOP

我想知係點用點 set? 好耐冇寫過嘢, 而家寫返 python 同 electron
python 都仲可以用 vs code debug, 但 ...
mlyu 發表於 2022-2-9 11:58


vscode本身只係editor, 唔包compiler, 當然要自己另外搵compiler黎build exe或其他binary
(留意, 本身python就唔係compiled language)

electron想pack + build exe用webpack set好config之後打句command就build到
vscode + chrome debugger : https://code.visualstudio.com/bl ... ebugger-for-vs-code

TOP

VS Studio Code, Ultraedit, Notepad++, Vim, Sublime
editor only

build need ide or build  tool ...
shal 發表於 2022-2-9 08:22


想問吓啲Editor有冇得加啲IDE Tools or build tools?
以前寫C++, 而家寫緊C# Form

TOP

vscode本身只係editor, 唔包compiler, 當然要自己另外搵compiler黎build exe或其他binary
(留意, 本身pyt ...
KinChungE 發表於 2022-2-9 12:03


而家寫緊C# Form, 想問如果VS Code想出.exe要點加法?免費嗎?

TOP