public void SurroundWithContextAction()

in 02-Editing/06-Surround_with.cs [36:43]


        public void SurroundWithContextAction()
        {
            // 3. Select the Console.WriteLine statement
            //    Invoke Surround With by using Alt+Enter
            //    Select { }
            if (true)
                Console.WriteLine("Hello world");
        }