Tobias Szczepanski
- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 4
-
Edited Execution failed for task ':buildSearchableOptions': Error when resolving dependency
AnsweredHi everyone,I'm new to plugin development and unfortunately failing to get the (apparently) most straight forward step achieved: Using the IntelliJ-Plugin-Template 😅The issue is that gradle won't b... -
Created Cannot resolve symbol 'jdbc'
AnsweredIntelliJ's inspection is complaining about symbols in xml files, which cannot be resolved.Why are `jdbc`, `h2`, `java` and `comp` identified as symbols and how do I resolve them?Thanks context.xm... -
Created Can Http Client files be used for automated testing?
Hi everyone,I've just stumbled uppon the Http Client and after reading the Docs it is not clear to me whether the extension/syntax is based on some kind of open standard, so one could use these `.h... -
Edited Certain dependency sources are not loaded (although provided)
AnsweredI've setup a basic Spring project and found that the sources from `spring-security-core-5.3.4.RELEASE` are not loaded in the editor. The sources are downloaded and provided in the Project Structure...