Copilot in Jetbrains Rider(V2021.3.4) , Seems like Copilot do not work after lines over about 95 to 100 in a .cs file #14641
Answered
by
jansorg
FANG-Zhiguo
asked this question in
Copilot
-
Copilot in Jetbrains Rider(V2021.3.4) , Seems like Copilot do not work after lines over about 95 to 100 in a .cs file |
Beta Was this translation helpful? Give feedback.
Answered by
jansorg
Apr 11, 2022
Replies: 1 comment 4 replies
-
This shouldn't make a difference. Suggestions depend on the current context, sometimes there's just nothing to suggest. Try with a new function or method after these lines to test if suggestions are still returned, for example. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
FANG-Zhiguo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This shouldn't make a difference.
Suggestions depend on the current context, sometimes there's just nothing to suggest. Try with a new function or method after these lines to test if suggestions are still returned, for example.
If VSCode+Copilot is showing suggestions for the same position and file, then there's something wrong with the JetBrains plugin.