Anyone doing this? My team has decided (no idea who exactly, but they got supervisor buy off), to use VS Code, and load a bunch of extensions in it for script development. I’ve never used it before, but it looks cumbersome and convoluted to me.
Joe Heaton
Managed Services and Operational Support Unit
Information Technology Operations Branch
Data and Technology Division
CA Department of Fish and Wildlife
On Feb 12, 2026, at 9:40 AM, 'Heaton, Joseph@Wildlife' via ntpowershell <ntpowe...@googlegroups.com> wrote:
[EXTERNAL]
--
You received this message because you are subscribed to the Google Groups "ntpowershell" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ntpowershell...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ntpowershell/SA1PR09MB10721A5C0DA96FDB6CD9C3E38AA60A%40SA1PR09MB10721.namprd09.prod.outlook.com.
--
Xavier Belanger
IT Security Architect | CISSP | Office of Information Security
University of North Carolina Wilmington
[This email originated from outside of UNCW]
I’m not. All my scripts are Powershell. Personally, I like to keep things simple. Maybe you can do that and still use vscode.
It looks like it has AI built in. That might save a lot of time. But I hope no one trusts it very much.
--
John Wright
IT Support Specialist
![]()
1800 Old Bluegrass Avenue, Louisville, KY 40215
Please submit IT requests to Hazelwoo...@bluegrass.org
24 Hour Helpline 1.800.928.8000
CONFIDENTIALITY NOTICE: This message contains confidential information and is intended only for the individual(s) addressed in the message. If you are not the named addressee, you should not disseminate, distribute, or copy this e-mail. If you are not the intended recipient, you are notified that disclosing, distributing, or copying this e-mail is strictly prohibited.
From: 'Heaton, Joseph@Wildlife' via ntpowershell <ntpowe...@googlegroups.com>
Sent: Thursday, February 12, 2026 11:41 AM
To: ntpowe...@googlegroups.com
Subject: [ntpowershell] VS Code as your IDE?
|
EXTERNAL EMAIL - This email was sent by a person from outside your organization. Exercise caution when clicking links, opening attachments or taking further action, before validating its authenticity. |
--
My preferred editor is actually vim. As an editor, it’s far more powerful than vscode.
However, the built-in debugging add-ins for PowerShell and C mean that I use vscode a lot.
Vim can do keyword highlighting and brace matching and lots of other things, but it just doesn't (as far as I know) do LSP syntax checking natively (there is a python plug-in to do it, but I found it really slow).
Vscode is fat and bloated for an editor. It’s got a crap-load of features you will probably never use. And it gets more of those every month.
I would also strongly recommend that you only use Microsoft (or vetted third party) add-ins for vscode.
From: 'Heaton, Joseph@Wildlife' via ntpowershell <ntpowe...@googlegroups.com>
Sent: Thursday, February 12, 2026 11:41 AM
To: ntpowe...@googlegroups.com
Subject: [ntpowershell] VS Code as your IDE?
Anyone doing this? My team has decided (no idea who exactly, but they got supervisor buy off), to use VS Code, and load a bunch of extensions in it for script development. I’ve never used it before, but it looks cumbersome and convoluted to me.
--
Thank everyone for all the great responses.
Michael, as a follow up, a coworker asked me if you’re using the ancient vim emulator, or if you’re using a vim extension in vscode?
From: ntpowe...@googlegroups.com <ntpowe...@googlegroups.com> On Behalf Of Michael B. Smith
Sent: Thursday, February 12, 2026 10:35 AM
To: ntpowe...@googlegroups.com
Subject: [ntpowershell] RE: VS Code as your IDE?
WARNING: This message is from an external source. Verify the sender and exercise caution when clicking links or opening attachments.
To view this discussion visit https://groups.google.com/d/msgid/ntpowershell/b1266345b15f4d7b888e922e232637f4%40smithcons.com.
TIL that there was a vim extension for vscode. VSCodeVIM seems pretty buggy, based on their github. And the neovim hack just adds more overhead.
I use the traditional www.vim.org Vim. Version 9.1. I knew the original author (when he was alive) back when I was an Amiga programmer.
If I was going to switch, I’d go to neovim as it does have LSP support.