Function/Event/Variable auto completing Warnings for deprecated functions Hovers with documentation API data is downloaded from the Github repository instead of being grabbed from local storage.
diffplace/ ├── train.py # Training script ├── scripts/ │ └── deploy.py # Inference ├── engine/ │ ├── diffplace.py # Main model (DiffPlace) │ ├── models.py # Legacy models │ ├── utils.py │ ├── ...