本帖最後由 KinChungE 於 2022-2-9 12:50 編輯
而家寫緊C# Form, 想問如果VS Code想出.exe要點加法?免費嗎?
alan216hk 發表於 2022-2-9 12:42


人地好地地有Visual Studio, 你搞乜要用VS Code
要用text editor起個C# Windows Form Project係非常複雜既事

就算真係要用VS Code, 都用Visual Studio起左D project file先
跟住先去VS Code edit

TOP

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


未用過 webpack, 佢可唔可以 pack 做 portable exe?

TOP

人地好地地有Visual Studio, 你搞乜要用VS Code
要用text editor起個C# Windows Form Project係 ...
KinChungE 發表於 2022-2-9 12:48


Oic....
Thx...Ching
咁我都係用番Visual Studio算, 我以為VS Code可以取代到Visual Studio.

TOP

Oic....
Thx...Ching
咁我都係用番Visual Studio算, 我以為VS Code可以取代到Visual Studio. ...
alan216hk 發表於 2022-2-9 12:57


IDE = Text Editor + Compiler + Debugger

點解有IDE唔用, 走去拎Text Editor再加其他野

TOP

未用過 webpack, 佢可唔可以 pack 做 portable exe?
mlyu 發表於 2022-2-9 12:51


純webpack當然唔足夠整exe
但係webpack有得揀用咩output format
你可以set做electron就會pack埋做exe
(當然要裝好相關package)

例如:
https://www.tallan.com/blog/2021 ... tup-with-webpack-5/

TOP

寫.net 我就唔鐘意用VS, 體積太大, load 野慢到嘔
用Rider 開心好多, 但奈何rider 都係要靠VS先行到, 不過起碼爽快好多

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

寫C#如果係個人用可以用Visual Studio Community
起碼係一個叫做功能既IDE

用VS code去寫winform...
我祝你好運...

TOP

提示: 作者被禁止或刪除 內容自動屏蔽

TOP

Rider 冇記錯係 java 底, java 底既IDE咪仲慢,講速度反應唔會夠用c++寫既vs來 ...
l0001 發表於 2022-2-12 15:38


IntelliJ勁左個Indexing / Auto-complete
唔係話個IDE快唔快
係佢夠醒目, 令寫code時間縮短

TOP