💻 Tech
In the process of incorporating Github Copilot into my workflow, I found two new helpful things you can do with it:
- You can use
@workspace
derivative to provide the context of the entire workspace or project to Copilot. Previously, Copilot used the active and open files as context. With@workspace
, Copilot’s suggestions become more relevant and accurate. - You can use Github CLI to explain a line of script and suggest a script given a description. For example, if you need help explaining a particular git command or creating grep command, you can use
gh copilot explain
andgh copilot suggest
respectively.
🌱 Growth
It takes a great deal of effort to truly exercise empathy. The alternative is to draw conclusions based on biases which we don’t want if we are to understand people. We are complex beings, and it helps to take a step back and ask ourselves some questions like:
- What might be the reason they are acting this way?
- When was the last time I acted this way and what did I feel?
- What would I have wished for if I was in their shoes?