WoJ

dev in France
- Total activity 65
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 20
-
WoJ created a post, How to use a universal formatter?
I would like to format all my code consistently with a single tool: unibeautify (https://unibeautify.com/). Is it possible to: disable all reformatting coming from the IDE (either built-in or thro... -
-
WoJ created a post, AnsweredIs it possible to configure the target documentation site?
When hovering above a keyword (or Ctrl-Q) I get a popup with an internal (?) and external documentation Is it possible to use another source of documentation (specifically https://godocs.io/) inst... -
WoJ created a post, Answered(bug) GoLand 2022.1 does not close when a process is running
GoLand 2022.1 (Build #GO-221.5080.224, built on April 13, 2022) When closing (by clicking the [x] on the window) and when a process runs, GoLand does not quit. I have to go to Task Manger to forcef... -
WoJ created a post, AnsweredWhy is rendering different between the editor and Run/Debug console?
I am using some unicode glyphs in my logging but it is not displayed correctly. It should be 2022-04-01T18:48:12+02:00 |🛈 INFO | logging set up but it is The font I use for code is OK: Why is... -
WoJ created a post, How to update a template?
I would like to update the default template for a vue component to add some extra lines (a <script setup lang="ts"></script> block, and set the lang of the existing <script...>) Where can I do that? -
WoJ created a post, How to avoid quick import optimization? (advice needed)
I am faced with a situation that does not seem to have a clean solution - I would appreciate advice from more experienced developers. I like to optimize my code at each save, including optimizing t... -
-
-
WoJ created a post, Where do the JS/TS warnings come from?
I get different kinds of warnings/errors for my Vue/TS code. Some come from ESLint (they are prefixed with ESLint:), some from TypeScript (they are prfixed with TS:) and some are not prefixed by an...