Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29255 Diskussionen

Accept Intellisense Suggestions

rwg
Anfänger
2.637Aufrufe

I am using Visual Studio 17.13.6 and Intel Fortran Compiler 2025.0. I activated GitHub Copilot and now I get intellisense suggestions:

rwg_0-1751441769307.png

 

But I am not able to accept the suggestion.

Pressing Tab (with or without Shift, Ctrl, Alt) or Enter (with or without Shift, Ctrl, Alt) does not work.

Assigning a key combination does not help (which command should be assigned?).

Has anyone been able to get this to work?

0 Kudos
1 Lösung
Andrew_Smith
Geschätzter Beitragender I
2.271Aufrufe
I found this too with f77 style files. But f90 files work well.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
Andrew_Smith
Geschätzter Beitragender I
2.272Aufrufe
I found this too with f77 style files. But f90 files work well.
rwg
Anfänger
1.670Aufrufe

That was very helpful. After renaming the file to ending f90 and changing the layout to freeform I can take over the intellisense suggestion by pressing TAB. Thank you very much.

Antworten