geometry-script icon indicating copy to clipboard operation
geometry-script copied to clipboard

cannot set autocompletion in neovim

Open sakarimov opened this issue 1 year ago • 2 comments
trafficstars

this project is awesome thank u @carson-katri ... i want to have a work environment using this project in neovim, but i still fail to get autocompletion, i tried to use mypy, pylsp, pyright all of those still cannot give autocompletion of geometry_script, is there any suggestion?, i ever read about fake-bpy-module, can we integrate geometry_script to this module

sakarimov avatar Jul 21 '24 04:07 sakarimov

There's a guide on setting up code completion in the documentation: https://carson-katri.github.io/geometry-script/setup/external-editing.html

You essentially need a way to input a typeshed path to your editor.

carson-katri avatar Jul 22 '24 16:07 carson-katri

I also can't configure Helix and PyCharm. Language servers simply get frozen and stop responding to requests for the IDEs

Alexander-Zyurkalov avatar Jul 21 '25 21:07 Alexander-Zyurkalov