Hello,
I am using visual studio 2022 community of version 17.9.0 and intel fortran compiler of version 2024.1.
I want to know how to disable an auto-completion by intrinsic functions. For example, if I enter the character 'i', a list of intrinsic functions starting with the charater 'i' pops up, and the first one is automatically chosen when I type a space or a period.
In order to avoid this automatic completion, I need to press 'esc'-key everytime when this list pops up, which interrupts my typing a lot. So I would like to ask you how to disable this functionality in the visual studio.
Thank you.
1 解答
链接已复制
2 回复数
In Visual Studio, under Options, Text Editor, Fortran: This worked for me
