field rename
See original GitHub issueEnvironment(环境)
name | version |
---|---|
IDEA version | IDEA 2021.2.3 |
EmmyLua version | 1.3.6.224-IDEA213 |
OS | 10.15.7 (19H1824) |
What are the steps to reproduce this issue?(重现步骤?)
---@class Test
---@field t1
---@type Test
local test = {}
local b = test.t2
What happens?(出现什么问题?)
t2 is not marked as invalid field:
What were you expecting to happen?(期望?)
Line 7: t2
marked (by default in shade of red) as invalid field.
Any other comments?(其它说明)
Maybe optional…
Issue Analytics
- State:
- Created a year ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Rename field ‒ QlikView - Qlik | Help
Rename field. ON THIS PAGE. Learn more. This script function renames one or more existing QlikView field(s) after they have been loaded.
Read more >Renaming a field—ArcMap | Documentation
You can rename a table field that is not mapped to a data source during table ... You can select and rename table...
Read more >Rename a Field in a Table in Access - Instructions and Video ...
To rename a field in a table in Access, open the table containing the field to rename in design view. Then click into...
Read more >Field Rename | Drupal.org
This project allows you to rename a field in the database and in Views. How to use. See the project's README.md. Drupal 8,...
Read more >Rename a field or item in a PivotTable or PivotChart
Click the field or item that you want to rename. · Go to PivotTable Tools > Analyze, and in the Active Field group,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
after next release,I would consider this
hm… are you implying current version can do that?
When I tried to check, my Idea shows this:
bbb
is not marked at all 😦Maybe you’re showing a quick preview at future happiness? 😃