How do I search in the pycharm

pycharm is a python developers keen IDE, its function is very powerful, and a variety of plug-ins to choose from. Now I will demonstrate how diverse queries pycharm, find the information they want from hundreds of files. Here are three search methods, by class name, keywords, file names are to search.

Tools / materials

  • pycharm software
  • Good write multiple files

Method / Step

  1. See so many documents have a big head, the higher you key information, where to start, you find the file, or a similar code to start it.

  2. First introducedctrl+nThis is a class of search shortcuts, you can directly search class name. Or blurred letters order to pair.

  3. Double click will jump to the position corresponding to the class

  4. Then ctrl + shift + nIt is used to search for the file name, the same rules and similar before.

  5. Double-click can jump to the corresponding file

  6. Afterwardsctrl+shift+fIt is used to search for keywords. When you do not know that a file name or class name when you use this. And there are many options, whether to distinguish the case, whether a particular file type, you can choose from.

  7. The search may take some time, and the result is shown below, and before slightly different.

  8. Double-click, Dangdang Dangdang ~ found


Intelligent Recommendation

How do I search on the code in the file on GitHub? Use Github Advanced Search

GitHub Advanced Search Ordinary, when we search for the code on GitHub, we usually only search for title instead of search.Content in the file。 The problem is coming. If you want to find a full suppor...

360 how to do search?

As a member of the Chinese Internet who has an understanding of the history of the 360 ​​team, Cloud Technology has been convinced since 360 ​​that 360 will do a search. You don't care what the CEO wi...

How to do parallel search

For ordered data, generally using the binary search method can greatly improve the search efficiency. However, if the data is disordered, then the binary search method will not come in handy. The appr...

11. What is a document operation? How do I add data to the document? Hip-hopback notes - Elastic Search

~ The Chinese file has three identities, respectively:_index , _type ,id Three content, usedDetermine a unique documentThese three meanings are,Library, table, ID (serial number) Where is the library,...

21. How do I use Java to implement Term queries? Hip-hopback notes - Elastic Search

The so-called Java query is generally (of course, some differences) is to translate syntax in Kibana into Java language; 。。。。。。。。。。。。。 Hip hop short note 。。。。。。。。。。。。。...

More Recommendation

How to do pycharm connection remote operation garbled

We inevitably encounter garbled problems when we do not implement the default encoding settings for pycharm. This greatly reflects our operations. Therefore, for the garbled problem of pycharm, I reco...

pycharm not prompted opencv library methods how to do

pycharm opencv library does not prompt for how to do Install opencv library Can not be used in code hints feature pycharm Pyd copy files opencv installation path in the path to the site-package Analyz...

Pycharm did not find Django how to do

version: PyCharm Community Edition 2020.3.3 x64 python3.6 First, did not find Django when the new project, we found settings into Second, find Project: PythonProject Select the first Interpreter Click...

I taught you how to import the library PyCharm

As we all know, Python is an extremely easy to build a library of programming languages. Such as machine learning library sklearn, file read pandas, file read and write xlwt, xlrt, matrix operations n...

** This result is this in the Pycharm, how should I solve it? ? **

This is this in Pycharm, how should I solve it? ? @ [TOC] (here you write Customer TRACEBACK (MOST Recent Call Last): File "E: / asdasda / chimuyhs public number: cute pill Python source / Danmu_...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top