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

How to disable automatic completion for intrinsic functions?

mchoi
Beginner
829 Views

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 Solution
Andrew_Smith
Valued Contributor I
754 Views

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

Andrew_Smith_0-1713792751468.png

 

View solution in original post

2 Replies
Andrew_Smith
Valued Contributor I
755 Views

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

Andrew_Smith_0-1713792751468.png

 

mchoi
Beginner
733 Views

Thank you andrew, it works perfectly!

0 Kudos
Reply