UnrealScript-Language-Service icon indicating copy to clipboard operation
UnrealScript-Language-Service copied to clipboard

Can not got to external defenition

Open neonailol opened this issue 4 years ago • 1 comments

Hello, thank you for making this extension! I am tiring to use this extension to write some modes for xcom 2 But can not figure out how to add external definitions for game specific code to the intellisense Is there are some config option for this?

neonailol avatar May 18 '20 22:05 neonailol

I don't think dynamic IntelliSense is part of the extension yet, but I could be wrong. Haven't used this in a while, as I've been busy with visualizations & JavaScript.

I know there are core features like syntax highlighting and code suggestions. Can it learn & display signatures / descriptions of game-specific classes & methods given a UScript SDK (or native, for that matter)? That would be pretty cool. @EliotVU would know for sure.

Sounds a little complicated. Just outputting info from doc blocks might be simple enough, but the extension host would need to know what file a method resides in and then parse it out to get just the info needed from the documentation. It helps that UnrealScript has a pretty tight package-class-method organization, but it still seems like a complicated feat.

midnight-dev avatar May 19 '20 02:05 midnight-dev