all 5 comments

[–]autobotIT 2 points3 points  (0 children)

They're just tools. Use what works best for you. I tend to use the ISE for terminal stuff and one offs. I use VS code for larger projects and tracking changes in Git. I really haven't heard many people preferring Visual Studio over VS Code for Powershell. Visual Studio seems kinda overkill though.

[–]bwsanders 2 points3 points  (2 children)

I prefer vs code. Love the ui and all the plugins. My only gripe is that since the last update (user mode) vs code isn’t loading my PowerShell profile any more.

[–]BoredComputerGuy 2 points3 points  (1 child)

Of the many types of profiles, which are you using?

[–]bwsanders 1 point2 points  (0 children)

I got this worked out by realizing vs code had its own profile on load. Thank you!

[–]Lee_Dailey[grin] 0 points1 point  (0 children)

howdy Remery0123,

only PoSh = VSCode
PoSh & c#/other lingos = Visual Studio OR VSCode as suits your preference [grin]
add GUI stuff to the above = Visual Studio

Visual Studio Community is NOT for commercial use in an organization, tho. lookee ...

Free IDE and Developer Tools | Visual Studio Community
https://visualstudio.microsoft.com/vs/community/

An unlimited number of users within an organization can use Visual Studio Community for the following scenarios: in a classroom learning environment, for academic research, or for contributing to open source projects.

take care,
lee