Julien Pradelle
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 3
-
Edited Add entries in goto declaration or usages
AnsweredHi,I have a custom web service tooling. An IDL is written in Java to define beans and services, and used to generate beans and client proxies in multiple languages.In JavaScript for exemple, curren... -
Created JavaScriptIntention find parent file of virtual editor
AnsweredHi, I'm trying to build a JavaScriptIntention in Javascript template literal, for following javascript code:import {html, LitElement} from 'lit';import {customElement} from 'lit/decorators.js';@cus...