zig-support icon indicating copy to clipboard operation
zig-support copied to clipboard

How to support go to definition?

Open ice1000 opened this issue 3 years ago • 6 comments
trafficstars

Does that require some sort of C/C++ plugin to work?

How to implement stub indices for Zig?

ice1000 avatar Oct 24 '22 04:10 ice1000

Full support for Zig will require limiting some features to only CLion.

On CLion we can have access to C support

MarioAriasC avatar Oct 25 '22 03:10 MarioAriasC

Does this plugin implement stub indices?

ice1000 avatar Oct 25 '22 07:10 ice1000

Is it possible to implement them like in Rust plugin where debugging only supported in CLion?

marknefedov avatar May 31 '23 09:05 marknefedov

Next version of IDEA will support LSP : Provide LSP API for external plugin developers can directly use zls?

zekexiao avatar Jul 25 '23 06:07 zekexiao

Still researching.

MarioAriasC avatar Jul 25 '23 12:07 MarioAriasC

Still researching.

The LSP API is limited to commercial versions of the IDE. Therefore I refrained from using it in my plugin.

HTGAzureX1212 avatar Jul 28 '23 13:07 HTGAzureX1212