How can I use GitHub copilot with pluto notebooks ? #2408
-
How can I use GitHub copilot with Pluto notebooks? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
You can open the notebook in VSCode and use it from there :) |
Beta Was this translation helpful? Give feedback.
-
@pankgeorg I am using Pluto.jl (alpha preview) extension by JuliaHub Inc to run Pluto in VScode. However, I am unable to use Github copilot as it gives no suggestion. Github copilot does give suggestion if I am using vanilla Julia in VScode. |
Beta Was this translation helpful? Give feedback.
-
No I meant the actual VSCode editor; Pluto.jl files are also text files that you can edit in any text editor. We don't have integration with CoPilot, in part because it is not free. |
Beta Was this translation helpful? Give feedback.
-
So there is no way to take advantage of both Pluto and CoPilot at the same time? |
Beta Was this translation helpful? Give feedback.
-
After I edited the file using VS code, is there any way to "reload" the file from the disk? So that I see the changes appear in pluto? |
Beta Was this translation helpful? Give feedback.
No I meant the actual VSCode editor; Pluto.jl files are also text files that you can edit in any text editor. We don't have integration with CoPilot, in part because it is not free.