tbonebrad

joined 1 year ago
[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

I’ve had similar experiences with it telling me to call functions of third party libs that don’t exists. When you tell it “That function X does not exist” it says “I’m sorry, your right fucking X doesn’t not exist on library A. here is another example using function Y” then function Y doesn’t exist either.

I have found it useful in a limited scope, but I have found co-pilot to be much more of a daily time saver.

[–] [email protected] 1 points 1 year ago

Oh…my….god…

[–] [email protected] 5 points 1 year ago

I agree, my regex experience was not great.

[–] [email protected] 1 points 1 year ago

If you are going to use Visual Studio I would highly recommend getting the resharper plug-in or start using Rider as you IDE. Having good tooling like this will help you see the possible null reference errors before you even finish writing your code.