Version control with Kile

Hello!

I’m used to using vscode and perhaps inefficiently manually compiling my LaTeX with pdflatex, but I figured I could try out something specifically for LaTeX. I’m therefore trying Kile and I really like it but I am missing version control with got like there is in vscode. Am I missing something? Is this intended? How are Kile users doing version control?

I don’t really know, and would appreciate any help or answers.

Thank you!

You can always do version control with another program.
git in CLI or kommit for instance, or even in dolphin with dolphin-plugins’ git plugin.

Office / Kile · GitLab does not seem a very active project currently.
Your idea is cleary a feature request you can post to bugs.kde.org for kile.

Integrated VCS is not an easy task, that means quite a lot of work (desigining the UI and everything else). Given the resources the project has it should not be a priority IMHO.

Use git (or any other tool) separately, it will work just fine.