WoJ
dev in France
- 活动总数 65
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 20
-
创建于 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... -
创建于 Is 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... -
创建于 (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... -
已编辑于 Why 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... -
创建于 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? -
创建于 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... -
已编辑于 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... -
已编辑于 Vue3 <script setup> not recognized
The issue I have is actually when using Goland (latest, or EAP (but EAP does not work as the plugins are not compatible), but since this is si TS-related I guess the forum here will be more suitabl... -
已编辑于 [SOLVED] Cannot find keymap "Windows Proper Redo"
已完成When starting GoLand (nightly and stable) I get the error Cannot find keymap "Windows Proper Redo" It does not prevent or hinders anything AFAICT, and the Search for Windows Proper Redo Keymap plug... -
已编辑于 GoLand does not alway close
已回答I noticed a few times that I could not start GoLand. It ended up being a zombie process still running (no frontend). It seems that this mostly happens when I terminate a running job while closing G...