Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 583 Bytes

TIPS.md

File metadata and controls

13 lines (9 loc) · 583 Bytes

Some tips for development learned along the way

VS2022CE

  • /// to insert an XML document block doesn't always work.
  • learn the columnar block editing, it is extremely useful at times.
  • set up your .editorconfig file, it makes life better.
  • refactor and intellisense options keep getting better and better. Use them!

GitHub

  • Rename a folder in a project by opening your project at github.dev (not .com), exploring the project, right clicking on a folder, rename the folder, commit the changes. This seems to create a new folder and copy or move the files into it.