diff --git a/source/ch-copilot.ptx b/source/ch-copilot.ptx index 3f6432d..413aebf 100644 --- a/source/ch-copilot.ptx +++ b/source/ch-copilot.ptx @@ -10,7 +10,7 @@
Note that almost everything in this chapter will likely be out of date almost immediately.
- The current suggestions here are up to date as of 2025-01-08.
+ The current suggestions here are up to date as of
- Suppose you are trying to write some code in a language you are not that familiar with. Copilot will suggest the next bit of code for you as you type. To get better suggestions, put in a comment describing what you want to do. (Hint: if you don't know the syntax for comments, hit
- Does the code do what you want it to? Is it confusing? Ask Copilot to explain the code to you. You can select the code, hit
- Along these lines, try asking Copilot to document your code for you. Select the code, hit
- Here is something I just did while writing this. I realized that I wanted all the keyboard shortcuts to be displayed as code, which in wrap all keyboard shortcuts here with
Copilot then let me see where it made changes (line by line) and let me accept them or not.
+ Here is something I just did while writing this.
+ I realized that I wanted all the keyboard shortcuts to be displayed as code, which in wrap all keyboard shortcuts here with
Copilot then let me see where it made changes (line by line) and let me accept them or not.
- A very new Copilot feature is
- If you are working on a mathematical proof or a complex equation, you can ask Copilot to help you format it correctly in LaTeX. Simply type your equation or proof in plain text, select it, hit
- NOTE: I don't know if that's true, the above paragraph was generated by Copilot from the prompt Write a suggestion of something Copilot can do for a mathematician.
-
+ If you are working on a mathematical proof or a complex equation, you can ask Copilot to help you format it correctly in LaTeX.
+ Simply type your equation or proof in plain text, select it, hit
+ NOTE: I don't know if that's true, the above paragraph was generated by Copilot from the prompt Write a suggestion of something Copilot can do for a mathematician.
+
+ One final thing you might want to try: Disable completions.
You can also disable completions for particular types of files.
+