Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for autocompletion (0.06 sec)

  1. docs/fr/llm-prompt.md

    * «framework»: «framework» (do not translate to «cadre»)
    * «performance»: «performance»
    
    * «type hints»: «annotations de type»
    * «type annotations»: «annotations de type»
    
    * «autocomplete»: «autocomplétion»
    * «autocompletion»: «autocomplétion»
    
    * «the request» (what the client sends to the server): «la requête»
    * «the response» (what the server sends back to the client): «la réponse»
    
    * «the request body»: «le corps de la requête»
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:41:43 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  2. docs/en/docs/reference/status.md

    For example:
    
    * 200: `status.HTTP_200_OK`
    * 403: `status.HTTP_403_FORBIDDEN`
    * etc.
    
    It can be convenient to quickly access HTTP (and WebSocket) status codes in your app, using autocompletion for the name without having to remember the integer status codes by memory.
    
    Read more about it in the [FastAPI docs about Response Status Code](https://fastapi.tiangolo.com/tutorial/response-status-code/).
    
    ## Example
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 871 bytes
    - Viewed (0)
  3. docs/en/docs/tutorial/index.md

    It is **HIGHLY encouraged** that you write or copy the code, edit it and run it locally.
    
    Using it in your editor is what really shows you the benefits of FastAPI, seeing how little code you have to write, all the type checks, autocompletion, etc.
    
    ---
    
    ## Install FastAPI { #install-fastapi }
    
    The first step is to install FastAPI.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  4. docs/en/docs/features.md

    The whole **FastAPI** framework is based to satisfy that. Autocompletion works everywhere.
    
    You will rarely need to come back to the docs.
    
    Here's how your editor might help you:
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Oct 11 17:48:49 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  5. docs/tr/docs/history-design-future.md

    Bu şekilde, kod tekrarını mümkün olduğunca azaltmak, her yerde <abbr title="Otomatik Tamamlama: auto-complete, autocompletion, IntelliSense">otomatik tamamlama</abbr>, tip ve hata kontrollerine sahip olmak için en iyi yolları bulabildim.
    
    Hepsi, tüm geliştiriciler için en iyi geliştirme deneyimini sağlayacak şekilde.
    
    ## Gereksinimler
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Oct 11 17:48:49 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. docs/pt/llm-prompt.md

    * «/// tip»: «/// tip | Dica»
    * «/// warning»: «/// warning | Atenção»
    * «(you should)»: «(você deveria)»
    * async context manager: gerenciador de contexto assíncrono
    * autocomplete: autocompletar
    * autocompletion: preenchimento automático
    * bug: bug
    * context manager: gerenciador de contexto
    * cross domain: cross domain (do not translate to "domínio cruzado")
    * cross origin: cross origin (do not translate to "origem cruzada")
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  7. docs/en/docs/history-design-future.md

    Then I contributed to it, to make it fully compliant with JSON Schema, to support different ways to define constraint declarations, and to improve editor support (type checks, autocompletion) based on the tests in several editors.
    
    During the development, I also contributed to <a href="https://www.starlette.dev/" class="external-link" target="_blank">**Starlette**</a>, the other key requirement.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Oct 11 17:48:49 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. docs/es/llm-prompt.md

    * performance: rendimiento
    * program (verb): programar
    * code (verb): programar
    * type hints: anotaciones de tipos
    * type annotations: anotaciones de tipos
    * autocomplete: autocompletado
    * completion (in the context of autocompletion): autocompletado
    * feature: funcionalidad
    * sponsor: sponsor
    * host (in a podcast): host
    * request (as in HTTP request): request
    * response (as in HTTP response): response
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  9. docs/fr/docs/project-generation.md

        * **Rapide** : Très hautes performances, comparables à **NodeJS** ou **Go** (grâce à Starlette et Pydantic).
        * **Intuitif** : Excellent support des éditeurs. <abbr title="aussi appelée auto-complétion, autocomplétion, IntelliSense...">Complétion</abbr> partout. Moins de temps passé à déboguer.
        * **Facile** : Fait pour être facile à utiliser et apprendre. Moins de temps passé à lire de la documentation.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. docs/fr/docs/history-design-future.md

    J'y ai ensuite contribué, pour le rendre entièrement compatible avec JSON Schema, pour supporter différentes manières de définir les déclarations de contraintes, et pour améliorer le support des éditeurs (vérifications de type, autocomplétion) sur la base des tests effectués dans plusieurs éditeurs.
    
    Pendant le développement, j'ai également contribué à <a href="https://www.starlette.dev/" class="external-link" target="_blank">**Starlette**</a>, l'autre exigence clé.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Oct 11 17:48:49 UTC 2025
    - 4.9K bytes
    - Viewed (0)
Back to top