Filter
Exclude
Time range
-
Near
10 Aug 2025
VisualStudio 2022にて、繰り返し入力の3回目から出現する真っ赤なInteliCodeが小姑のようにウザいので機能停止 入力先を塞ぐので見辛い。 ツール>オプション InteliCode>全般 C# suggestions をオフ あとテーマをVisualStudio2010風に変更。 スクロールバーをもっと濃い色に変更したいなー。
2
114
△InteliSence◯InteliCodeかも 両者の区別があまりついていない
1
23
4,414
コーディング体験で言えば、InteliSenceの方が爆速コーディングできてる体感はすごかった。一方GitHubColipotの方は生成にかかる時間は長いが実用に足るコーディングがなされることが多い印象。わかりきっている作業であればInteliCode、多少なりとも未知or施工が必要な作業であればCopilotという印象
1
13
2,955
visual studioをようやく2022に更新したんですが、InteliCodeが快適すぎてこれまで更新してなかったのを後悔した
2
227
Replying to @KatyCodesStuff
It's a bit frustrating... it's sooo close to being fantastic, yet sooo far. I think the setting was something like Intelicode in VS.
1
2
Replying to @NanaSekimoto
VS Code はテキストエディターです。プログラ厶を書く時に使う、機能が豊富なメモ帳みたいなものです。 InteliCode は数文字入力するだけで「これですか?」と候補を出してくれます。 便利ですよ。
1
2
16 Feb 2022
Replying to @fzy81 @code
Capabilities are much more limited - InteliCode will only complete up to a single line of code at once. The underlying tech is also different: Copilot uses CODEX cloud inferencing, IntelliCode uses GPT-C and inferences locally.
5
VisualStudio2022のコード入力候補の表示が紛らわしくてOffにした;; 逆に誤ったコードをサクッと入れてしまったり、候補に惑わされて余計にタイムロスする。InteliCodeが学習して使いこなせたら変わるかもだが、まだ自分で思うままに書いた方が速いなぁ。 #プログラミング
5
In contrast VS InteliCode is more effective with suggestions on business logic code. It seems to pick up on patterns on my local code and prioritize it over other build-in patterns. Also if the suggestion is wrong it feels easier for me to ignore it and keep typing.
5
24 Jul 2021
InteliCode最強!InteliCode最強!
1
8
19 Jul 2021
Intelisense ----> Intelicode #visualstudio2022
2
Visual Studio のInteliCodeもそこそこあれだと思ったけどGitHub Copilotやべぇな(小並感
2
1
2
27 Jun 2021
Wow! #VS2022 InteliCode line completion is amazing when writing tests!! Very Impressive!
1
5
29 Mar 2021
InteliCodeくん、off-by-oneをした競技プログラマみたいなサジェストを出してくるようになってちょっと厳しいですね
7
18 Jan 2021
InteliCodeすごいな 今までのパターンを理解してサジェストしてくれる
3
This computer is more powerful than my Mac so I’d expect intelicode to be just as quick. I am using the wsl2 Ubuntu file system volume mounted into the running containers. I read that io was slow when using /mnt/c so everything is clone into the Ubuntu home folder!
3
2
@pythonvscode @luumelo14 I switched my dev env from devcontainers on docker for Mac to devcontainers using docker for wsl2. I have noticed that intelicode is noticeably slower in this setup than it was with dev containers on my Mac. Would love place a bug or talk about the setup!
1
2
25 Oct 2019
今ですね,スレッドが開始されてたらfalse返すコード書こうとしたんですよ.そしたらintelicodeくんjoinableを最初に候補に出してくれて最高ってかんじ
2
28 Jun 2019
プログラム自動生成機がプログラマに取って代われるかって話、プログラマの価値がいい感じに実装するって事な限りは無理なんじゃないかなって思う。いい感じって正解がないわけだし。 ただ今後コード書く上でいろんな補助ツールは出てくるなとは思う。VSCodeのInteliCodeとか
1
1