Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Accept Intellisense Suggestions

rwg
Novice
2,690 Views

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 Solution
Andrew_Smith
Valued Contributor I
2,324 Views
I found this too with f77 style files. But f90 files work well.

View solution in original post

0 Kudos
2 Replies
Andrew_Smith
Valued Contributor I
2,325 Views
I found this too with f77 style files. But f90 files work well.
0 Kudos
rwg
Novice
1,723 Views

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.

0 Kudos
Reply