Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
1406633849
Total activity
18
Last activity
September 12, 2023 08:50
Member since
April 06, 2022 06:44
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (7)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
June 23, 2022 07:29
@Yann Cebron, the schema file is under my user directory C:\Users\yaphets123\AppData\Local\myshema.json. This file may not esixts, but when I copy one to this directory, LocalFileSystem cant sense ...
Community
IntelliJ IDEA Open API and Plugin Development
How to use LocalFileSystem.getInstance().refreshAndFindFileByNIO() method in a thread where only read allowed?
1 vote
Edited
June 23, 2022 01:54
@Yann Cebron,In my situation, the schema file of config file changes under certain conditions. So I just look up fileSysytem when searching for schema file in method getSchemaFile(), But when this...
Community
IntelliJ IDEA Open API and Plugin Development
How to use LocalFileSystem.getInstance().refreshAndFindFileByNIO() method in a thread where only read allowed?
0 votes
Created
June 22, 2022 06:17
@Yann Cebron ,Thank you for answering this, the whole error message is that Write access is allowed from write thread onlycom.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue...
Community
IntelliJ IDEA Open API and Plugin Development
How to use LocalFileSystem.getInstance().refreshAndFindFileByNIO() method in a thread where only read allowed?
0 votes
Created
April 06, 2022 10:08
Hello, Yann Cebron Thank you for answering this! In my situation, completion is implemented by language server which depend on source file(provided by typescript,like AST) ,my client is based on in...
Community
IntelliJ IDEA Open API and Plugin Development
How to control the execution sequence of parser and completion extension points when modifying a file
0 votes