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

How to disable automatic completion for intrinsic functions?

mchoi
新手
1,981 次查看

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.

 

Picture2.png

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 解答
Andrew_Smith
重要分销商 I
1,906 次查看

In Visual Studio, under Options, Text Editor, Fortran:  This worked for me

Andrew_Smith_0-1713792751468.png

 

在原帖中查看解决方案

2 回复数
Andrew_Smith
重要分销商 I
1,907 次查看

In Visual Studio, under Options, Text Editor, Fortran:  This worked for me

Andrew_Smith_0-1713792751468.png

 

mchoi
新手
1,885 次查看

Thank you andrew, it works perfectly!

0 项奖励
回复