Adam Papenhausen

Results 6 issues of Adam Papenhausen

Run the output code (or any workshop code) to check if it is valid. This may include things such as `Wait` instructions before loops as well as ensuring that not...

feature

The reference to the source text is changed back to the parent file even if the imported file contains the error. This will require a rework possibly to include a...

bug
refactor

Very exciting update bringing dummy bots into the game! Full patch notes are [**here**](https://blizztrack.com/patch_notes/overwatch_ptr/1-40-0-0-61441). ![image](https://user-images.githubusercontent.com/19696846/63554581-f5c2b080-c50b-11e9-8b0d-07ad488608d3.png)

feature

In the following example, `Success` can be a static method allowing usage as `Sound.Success()`: ``` class Sound: %PlaySound(type) Play Effect Visible_To: Event Player Type: type Color: White Position: Event Player...

feature

*May require the use of LSP (Language Server Protocol).* In order to prevent having to lookup the required parameters for workshop functions, the extension should be able to provide suggestions...

feature
extension