Joe Clack
Joe Clack
It involves some specific implementation (on my part) in the plugin. It's not trivial to explain, but - see [here](https://plugins.jetbrains.com/docs/intellij/reference-contributor.html) for a simple properties language example - see [here](https://plugins.jetbrains.com/docs/intellij/rename-refactoring.html) for...
I'm working on this issue, but I'm afraid I've made extensive changes to the project (fully rewritten), so not sure if my changes will be merge-friendly. Take a look: https://github.com/lordfirespeed/idea-run-typescript...
I released my own version of the plugin, but it isn't in a great state: https://plugins.jetbrains.com/plugin/22824-run-configuration-for-typescript There are a few issues I need to resolve but it does work when...
In order to open a PR, contributors are asked to ensure that their code changes pass unit tests. However, the unit tests can't be run locally without these values being...
It's criminal that this hasn't been implemented! 😩 😂 here's hoping the wait will be short-lived
Related: #15048
In my family we each have our own email domain, eg `johnsmith.uk`, `janesmith.uk`. It's fairly common for us to want to create particular addresses that are forwarded to other family...
JetBrains just [announced](https://blog.jetbrains.com/idea/2023/06/intellij-idea-2023-2-eap-7/#LSPsupportforplugindevelopers) native LSP support in 2023.2. A plugin for IntelliJ (and the entire JetBrains ecosystem) using this language server should not be much different to the VSCode equivalent...
Yes, I understand. I was posting out of relevance :)
The base one is missing the `strict` flag - `alwaysStrict` ([docs](https://www.typescriptlang.org/tsconfig/#alwaysStrict)) is enabled, but `alwaysStrict` does not imply `strict` of particular importance, options such as `strictNullChecks` currently evaluate to disabled,...