kczx3

Results 27 comments of kczx3

The problem is I have no experience with .Net either. Other than what I've read investigating this current issue I'm having. I tried setting ComVisible to True on the assembly...

Somehow, it seems to be catching the leading whitespace of the method name... ![image](https://user-images.githubusercontent.com/15206020/34363093-15cfb248-ea47-11e7-99ed-d233b6c8436a.png)

One of my biggest complaints with this current implementation are that built-in super globals must be referenced via Script or #UseVar. These should be accessible just as built-in variables and...

Are there two ways that you can use a namespace from another file? You can either #import the whole file or #include the file and then use the namespace that...

@HelgeffegleH thanks. I'm confused on all the different ways to use #include/#import then. Is the *i required with #import? myModule.ahk ```autohotkey module myModule { myGlobal := "myModule::myGlobal" } ``` main.ahk...

> I'd really like to see the ability for a library author to _choose_ what they export to the consumer. Right now, I guess that could be done using Closure's...

> Normal globals are not accessible. Is there a reason for this? I can't find one. It would be nice to have a way to export a variable from a...

@HelgeffegleH Sounds good re:globals. I guess I misunderstood that using `global` in a module didn't create a super-global. So it appears a super-global cannot be created from within a module....

Intelephense may be freemium but the free version is quite comphrensive in my opinion. And the premium version is $10 for LIFE which is really quite reasonable these days I...

@zadjii-msft Would you be able to provide a brief update of the progress towards these features? I can see there's definitely been activity and commits where this issue has been...