- Home /
 
               Question by 
               HNKMaster · Dec 01, 2016 at 03:29 PM · 
                c#visual studioautocomplete  
              
 
              Configure Visual Studio auto complete
I recently installed Visual Studio 2015 on W10, and I noted it's auto complete was a bit different from usual. For example, I always write OnTriggerEnter code like this:
     void OnTriggerEnter(Collider hit)
     {
         //Do something
     }
Now, everytime I try to use OnTriggerEnter, the autocomplete writes the code like this:
     private void OnTriggerEnter(Collider other)
     {
         //Do something
     }
How can I configure the autocomplete into my own templates?
               Comment
              
 
               
              Answer by Shindy117 · Dec 28, 2017 at 02:02 AM
Hey did you manage to figured this out? Cause i know the answer unless you already found a solution
Post the answer, so people searching for it will find it here : )
Your answer
 
 
              koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                