DetachHead

Results 929 comments of DetachHead

similarly to #308, Expand/Shrink Selection seems to work in vscode without pylance, but it just makes a guess instead of using the language server

i think that will work, thanks!

thanks! i'm having trouble configuring it to only allow imports from modules that don't start with `test_` though. i think i need to do something like this: ```toml [[modules]] path...

thanks, i really appreciate your efforts addressing the issues i've been raising. tach has been great for our project and this feature would allow me to fix one of the...

reopening this for further investigation as i'm having trouble getting this working for my use case

> Currently, if I put `# pyright: ignore[...]` with reportUnreachable, reportUnused* (except reportUnusedCallResult) on the respective lines, the gray highlight doesn't disappear, unless I set these options to true in...

yeah i agree, i've also since learnt that other editors such as pycharm display hints in a much less subtle way, such that they look more like a warning

maybe we should just repurpose `basedpyright.disableTaggedHints` to disable all hints for editors where hints are too obnoxious. currently i don't think the setting does anything anymore