How to stop showing function details

shivakumar jadipalli 0 Reputation points
2023-11-02T05:10:30.1766667+00:00

As I am typing my code visual studio is showing me this kind of suggestions I don't what this is but some times it is useful but many times it is annoying how to stop showing this feature ,

  1. How to create a new file without using touchpad like I have to go to solution explorer to create a new file within my project but when I use ctrl+N it creates a file but still it creates a file in random location which is a problem for me since I need all my files in one folder .
  2. Are there any extensions or features which shows me the command of the last action I performed like if I create a new file the inbuilt command line should show me that visual studio ide just ran " File.newfile " command Screenshot (352)
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,031 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 28,576 Reputation points Microsoft Vendor
    2023-11-03T07:39:17.9066667+00:00

    Hi @shivakumar jadipalli

    Welcome to Microsoft Q&A! 

    To disable the parameter information, please go to Tools > Options > Text Editor > Python > General and clear Statement completion > Parameter information

    You can use the keyboard shortcuts “Shift + F2” to add new file in the project folder. 

    To show the last created file, you can try to use “Ctrl + Shift + A”. it will open the last-used Add New Item dialog. 

    Sincerely,

    Anna


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

     


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.