They have not released 1.107 yet, doing a quick scan I am not seeing anything on the VSCodium github.
VS Code deactivates IntelliCode in favor of the paid Copilot
21–30 of 185 posts
Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#22Can anyone clearly and lucidly explain why they think this is a bad thing?
Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#23I also noticed that copilot nowadays is forcing you to upgrade to their with following text:
"You've reached your monthly code completion limit. Upgrade your plan to Copilot Pro (30-day Free Trial) or wait until 2025-12-19 for your limit to reset to continue coding with GitHub Copilot"
Was using it actually like smarter auto-completion. But paying for that, hell no.
Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#24Is IntelliCode the same as Intelisense (the non-AI based suggestions thing)?
https://marketplace.visualstudio.com/items?itemName=VisualSt...
Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#25Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#26Earlier quoted context omitted.
If anyone else would be generous enough to offer a free IDE with free AI code completion, they could give VS Code a run for its money, but as far as I know this hasn't happened yet? Zed for instance is available for free, very AI-centric, and you can use it with any of the popular LLMs, but you still have to pay for the LLM...
Bring your own AI token is totally fair, given the cost of AI. The annoying thing is removing a perfectly working intellisense default. If Jetbrains removes their on-device (non-AI) code indexer and suggestion systems then I will no longer be a paying customer for example. Despite being a All Products Pack user for the last... idk, 15 years?
Intellisense, which is an “on-device (non-AI) code indexer and suggestion system,” is still in place.
Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#27Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#28can anyone recomend a alternative that is easy to install and also offers syntax highlighting? i have read about lazyvim and neovim, but both have extensive install requirments as i have read
https://www.lazyvim.org/installation
Then run `LazyExtras` and you get a prompt that shows things like:
Recommended Languages: (2)
○ lang.docker mason.nvim nvim-lspconfig nvim-treesitter none-ls.nvim nvim-lint
○ lang.toml nvim-lspconfig
Hit x against a couple and you're off to the races.[lang.docker and lang.toml are examples of things you're selecting, the list after is what is being installed and configured for that thing]
For things like integrating a debugger, or to run your tests directly inline from the editor might require more customisation though.
Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#29can anyone recomend a alternative that is easy to install and also offers syntax highlighting? i have read about lazyvim and neovim, but both have extensive install requirments as i have read
[1] https://zed.dev/
Re: VS Code deactivates IntelliCode in favor of the paid Copilot
#30can anyone recomend a alternative that is easy to install and also offers syntax highlighting? i have read about lazyvim and neovim, but both have extensive install requirments as i have read