Apple clangd doesn't provide any documentation for libc functions, and :sh doesn't render man pages well #11512
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
-
![]() AI to the rescue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I'm using Helix 24.07 to write some C code. Here's my LSP set up:
Unfortunately, Space-k doesn't produce any documentation for libc functions:
![Screenshot 2024-08-17 at 5 24 48 PM](https://private-user-images.githubusercontent.com/5279150/358843640-8020c08c-5836-47ec-91e6-46e1fd29f38b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTkxODIsIm5iZiI6MTczOTM1ODg4MiwicGF0aCI6Ii81Mjc5MTUwLzM1ODg0MzY0MC04MDIwYzA4Yy01ODM2LTQ3ZWMtOTFlNi00NmUxZmQyOWYzOGIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTExNDQyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MTk1M2MwM2Q2YjEzNTdjNGMyMjg1MDAzMGQ4MzQzYzQ4YjFmMmQ4MzEzNjJkYzVjOTg0NWIzNzI1MWQ4Y2Y4NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.MYHI49rqScSnGAwQeF5E38XJG6ty2ZVP8FcRKJSJod0)
I tried to get around this by running
![Screenshot 2024-08-17 at 5 26 01 PM](https://private-user-images.githubusercontent.com/5279150/358843692-bf0feff8-612f-40de-8dec-53cc0a462cc4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTkxODIsIm5iZiI6MTczOTM1ODg4MiwicGF0aCI6Ii81Mjc5MTUwLzM1ODg0MzY5Mi1iZjBmZWZmOC02MTJmLTQwZGUtOGRlYy01M2NjMGE0NjJjYzQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTJUMTExNDQyWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NTExMWZhNmZiOTlmMDFlNWIyOGVmOTY3YzI2NTRhNjg1NDM2YTY1ZGVlNTY3YTZhZTliMTBiYTRkYmUxM2Q1NCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.vqENLhBCi9dgnJWiQXIKrk4EtvYcgLWtyJuUe8C6kw0)
:sh man fork
, which mostly works, except the output doesn't render very well:My guess this is due to overstriking: https://unix.stackexchange.com/questions/274658/purpose-of-ascii-text-with-overstriking-file-format
Are there any suggestions for working around this?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions